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}
|
account={account}
|
||||||
timestamp={status.created_at}
|
timestamp={status.created_at}
|
||||||
hideActions
|
hideActions
|
||||||
|
withLinkToProfile={false}
|
||||||
/>
|
/>
|
||||||
</HStack>
|
</HStack>
|
||||||
</div>
|
</div>
|
||||||
|
|
Ładowanie…
Reference in New Issue