fix(ui): hide account lock icon in status card
This commit is contained in:
parent
2c0052edc4
commit
4e697f4556
1 changed files with 0 additions and 1 deletions
|
|
@ -169,7 +169,6 @@ const forceShow = ref(false)
|
|||
</AccountHoverWrapper>
|
||||
<div flex-auto />
|
||||
<div v-show="!getPreferences(userSettings, 'zenMode')" text-sm text-secondary flex="~ row nowrap" hover:underline whitespace-nowrap>
|
||||
<AccountLockIndicator v-if="status.account.locked" me-2 />
|
||||
<AccountBotIndicator v-if="status.account.bot" me-2 />
|
||||
<div flex="~ gap1" items-center>
|
||||
<StatusVisibilityIndicator v-if="status.visibility !== 'public'" :status="status" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue