From 2f465fbc141584b687afabed0f92a2cd0923f0f6 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 6 Jul 2022 08:53:58 -0400 Subject: [PATCH] Use same value as 'showProfileHoverCard' --- app/soapbox/components/quoted-status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/components/quoted-status.tsx b/app/soapbox/components/quoted-status.tsx index 82fe8860a..431263bd1 100644 --- a/app/soapbox/components/quoted-status.tsx +++ b/app/soapbox/components/quoted-status.tsx @@ -137,7 +137,7 @@ const QuotedStatus: React.FC = ({ status, onCancel, compose }) => timestamp={status.created_at} withRelationship={false} showProfileHoverCard={!compose} - withLinkToProfile={false} + withLinkToProfile={!compose} /> {renderReplyMentions()}