diff --git a/app/soapbox/features/chats/index.tsx b/app/soapbox/features/chats/index.tsx index 507167461d..aa68db8c22 100644 --- a/app/soapbox/features/chats/index.tsx +++ b/app/soapbox/features/chats/index.tsx @@ -51,9 +51,9 @@ const ChatIndex: React.FC = () => { {chat && ( - {}} /> + { }} />
- {}} /> +
)}