sforkowany z mirror/soapbox
Use same value as 'showProfileHoverCard'
rodzic
7b9a9c8e34
commit
2f465fbc14
|
@ -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()}
|
||||
|
|
Ładowanie…
Reference in New Issue