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 && }