From 5b73afbc4e740fe875a47626fe5095bddb7c1b04 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 12 Sep 2022 15:05:16 -0400 Subject: [PATCH] Remove unused prop --- app/soapbox/features/chats/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/chats/index.tsx b/app/soapbox/features/chats/index.tsx index 507167461..aa68db8c2 100644 --- a/app/soapbox/features/chats/index.tsx +++ b/app/soapbox/features/chats/index.tsx @@ -51,9 +51,9 @@ const ChatIndex: React.FC = () => { {chat && ( - {}} /> + { }} />
- {}} /> +
)}