sforkowany z mirror/soapbox
Merge branch 'pending-status' into 'develop'
Set withLinkToProfile to false in PendingStatus See merge request soapbox-pub/soapbox!2144revert-1c9cc9e0
commit
4ffaecbf32
|
@ -70,6 +70,7 @@ const PendingStatus: React.FC<IPendingStatus> = ({ idempotencyKey, className, mu
|
|||
account={account}
|
||||
timestamp={status.created_at}
|
||||
hideActions
|
||||
withLinkToProfile={false}
|
||||
/>
|
||||
</HStack>
|
||||
</div>
|
||||
|
|
Ładowanie…
Reference in New Issue