From 6538db17e72dfbe2c9debf72e0e63d7c195dc112 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Mon, 7 Nov 2022 10:04:02 -0500 Subject: [PATCH] Fix relative link to Profile --- .../features/chats/components/chat-message-list-intro.tsx | 4 ++-- .../features/chats/components/chat-widget/chat-window.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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}`}