Use same value as 'showProfileHoverCard'

This commit is contained in:
Justin 2022-07-06 08:53:58 -04:00
parent 7b9a9c8e34
commit 2f465fbc14

View file

@ -137,7 +137,7 @@ const QuotedStatus: React.FC<IQuotedStatus> = ({ status, onCancel, compose }) =>
timestamp={status.created_at}
withRelationship={false}
showProfileHoverCard={!compose}
withLinkToProfile={false}
withLinkToProfile={!compose}
/>
{renderReplyMentions()}