Skip to content
Snippets Groups Projects
Unverified Commit ddb0b686 authored by Júlia Jaeger Foresti's avatar Júlia Jaeger Foresti Committed by GitHub
Browse files

Chore: Convert client/views/directory/RoomTags to ts (#26937)

parent 824a008e
No related branches found
No related tags found
No related merge requests found
import { IRoom } from '@rocket.chat/core-typings';
import { Box, Margins, Tag } from '@rocket.chat/fuselage';
import { useTranslation } from '@rocket.chat/ui-contexts';
import React from 'react';
import React, { ReactElement } from 'react';
function RoomTags({ room }) {
function RoomTags({ room }: { room: IRoom }): ReactElement {
const t = useTranslation();
return (
<Box mi='x4' alignItems='center' display='flex'>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment