Set withLinkToProfile to false in PendingStatus
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -70,6 +70,7 @@ const PendingStatus: React.FC<IPendingStatus> = ({ idempotencyKey, className, mu
|
||||
account={account}
|
||||
timestamp={status.created_at}
|
||||
hideActions
|
||||
withLinkToProfile={false}
|
||||
/>
|
||||
</HStack>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user