Set withLinkToProfile to false in PendingStatus
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
ead55d5c30
commit
08742ea73d
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ const PendingStatus: React.FC<IPendingStatus> = ({ idempotencyKey, className, mu
|
|||
account={account}
|
||||
timestamp={status.created_at}
|
||||
hideActions
|
||||
withLinkToProfile={false}
|
||||
/>
|
||||
</HStack>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue