Use same value as 'showProfileHoverCard'
This commit is contained in:
parent
7b9a9c8e34
commit
2f465fbc14
1 changed files with 1 additions and 1 deletions
|
@ -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()}
|
||||
|
|
Loading…
Reference in a new issue