diff --git a/web/src/app/app/chats/_ChatsListContainer/ChatItemsContainer.tsx b/web/src/app/app/chats/_ChatsListContainer/ChatItemsContainer.tsx index f768a6121..644e7adb5 100644 --- a/web/src/app/app/chats/_ChatsListContainer/ChatItemsContainer.tsx +++ b/web/src/app/app/chats/_ChatsListContainer/ChatItemsContainer.tsx @@ -178,9 +178,9 @@ const TitleCell = React.memo<{ title: string; status: VerificationStatus; chatId ); TitleCell.displayName = 'TitleCell'; -const OwnerCell = memo<{ name: string; image: string | null | undefined }>(({ name, image }) => ( +const OwnerCell = memo<{ name: string; image: string | undefined }>(({ name, image }) => (