From a60d6770af1f7f69547d9462fb93879c0fda4122 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 13 Sep 2022 16:38:28 -0400 Subject: [PATCH] Remove temp verification --- app/soapbox/features/chats/components/chat-page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/chats/components/chat-page.tsx b/app/soapbox/features/chats/components/chat-page.tsx index 07c702ded..40f5361d7 100644 --- a/app/soapbox/features/chats/components/chat-page.tsx +++ b/app/soapbox/features/chats/components/chat-page.tsx @@ -100,7 +100,7 @@ const ChatPage = () => {
{chat.account?.display_name || `@${chat.account.username}`} - {!chat.account?.verified && } + {chat.account?.verified && }