diff --git a/src/components/SelectionList/ChatListItem.tsx b/src/components/SelectionList/ChatListItem.tsx index 829755674642..8322c7e1406a 100644 --- a/src/components/SelectionList/ChatListItem.tsx +++ b/src/components/SelectionList/ChatListItem.tsx @@ -2,6 +2,7 @@ import React from 'react'; import {View} from 'react-native'; import {AttachmentContext} from '@components/AttachmentContext'; import MultipleAvatars from '@components/MultipleAvatars'; +import {ShowContextMenuContext} from '@components/ShowContextMenuContext'; import TextWithTooltip from '@components/TextWithTooltip'; import useStyleUtils from '@hooks/useStyleUtils'; import useTheme from '@hooks/useTheme'; @@ -11,7 +12,6 @@ import ReportActionItemFragment from '@pages/home/report/ReportActionItemFragmen import CONST from '@src/CONST'; import BaseListItem from './BaseListItem'; import type {ChatListItemProps, ListItem, ReportActionListItemType} from './types'; -import { ShowContextMenuContext } from '@components/ShowContextMenuContext'; function ChatListItem({ item, @@ -94,7 +94,12 @@ function ChatListItem({