From 582767e673fdfb92aef44cb0a0ed8707726e68d8 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 18 Apr 2022 12:15:15 -0400 Subject: [PATCH] Fix bugs with Account component --- app/soapbox/components/account.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/soapbox/components/account.tsx b/app/soapbox/components/account.tsx index 132b9dfa2..83c469450 100644 --- a/app/soapbox/components/account.tsx +++ b/app/soapbox/components/account.tsx @@ -129,7 +129,7 @@ const Account = ({ const LinkEl: any = showProfileHoverCard ? Link : 'div'; return ( -
+
- + ) : ( - + )} ) : null}