From dc6c2657dfca283aae68bc6b2126f852145dade1 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 29 Sep 2022 13:54:18 -0400 Subject: [PATCH] Fix nested button structure --- app/soapbox/features/chats/components/chat-list-item.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/soapbox/features/chats/components/chat-list-item.tsx b/app/soapbox/features/chats/components/chat-list-item.tsx index 762270505..bbe7c469d 100644 --- a/app/soapbox/features/chats/components/chat-list-item.tsx +++ b/app/soapbox/features/chats/components/chat-list-item.tsx @@ -76,9 +76,10 @@ const ChatListItem: React.FC = ({ chat, chatSilence, onC }, [chatSilence]); return ( - + ); };