Merge branch 'pending-status' into 'develop'
Set withLinkToProfile to false in PendingStatus See merge request soapbox-pub/soapbox!2144
This commit is contained in:
commit
4ffaecbf32
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue