Set withLinkToProfile to false in PendingStatus

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2023-01-10 21:14:20 +01:00
parent ead55d5c30
commit 08742ea73d

View file

@ -70,6 +70,7 @@ const PendingStatus: React.FC<IPendingStatus> = ({ idempotencyKey, className, mu
account={account} account={account}
timestamp={status.created_at} timestamp={status.created_at}
hideActions hideActions
withLinkToProfile={false}
/> />
</HStack> </HStack>
</div> </div>