Skip to content

Commit

Permalink
Update MessageList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Mar 5, 2024
1 parent cdd2b96 commit 0644c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/client/views/room/MessageList/MessageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { IRoom } from '@rocket.chat/core-typings';
import { isThreadMessage } from '@rocket.chat/core-typings';
import { useSetting, useUserPreference } from '@rocket.chat/ui-contexts';
import type { ComponentProps } from 'react';
import React, { Fragment, forwardRef } from 'react';
import React, { Fragment } from 'react';

import { MessageTypes } from '../../../../app/ui-utils/client';
import { useRoomSubscription } from '../contexts/RoomContext';
Expand Down

0 comments on commit 0644c48

Please sign in to comment.