Use same value as 'showProfileHoverCard'

feed-suggestions
Justin 2022-07-06 08:53:58 -04:00
rodzic 7b9a9c8e34
commit 2f465fbc14
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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()}