diff --git a/app/soapbox/features/chats/components/chat-message-list-intro.tsx b/app/soapbox/features/chats/components/chat-message-list-intro.tsx index 74687e3d2..8b92a3875 100644 --- a/app/soapbox/features/chats/components/chat-message-list-intro.tsx +++ b/app/soapbox/features/chats/components/chat-message-list-intro.tsx @@ -67,7 +67,7 @@ const ChatMessageListIntro = () => { } > - + @@ -79,7 +79,7 @@ const ChatMessageListIntro = () => { {intl.formatMessage(messages.intro)} ) : ( - + @{chat.account.acct} )} diff --git a/app/soapbox/features/chats/components/chat-widget/chat-window.tsx b/app/soapbox/features/chats/components/chat-widget/chat-window.tsx index de6439355..48b38ba25 100644 --- a/app/soapbox/features/chats/components/chat-widget/chat-window.tsx +++ b/app/soapbox/features/chats/components/chat-widget/chat-window.tsx @@ -79,12 +79,12 @@ const ChatWindow = () => { {isOpen && ( - + )} - +
{chat.account.display_name || `@${chat.account.acct}`}