fix: Show lock indicator with the correct state (#2226)
This commit is contained in:
parent
da31709677
commit
8a86282951
3 changed files with 3 additions and 3 deletions
|
@ -155,7 +155,7 @@ 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.bot" me-2 />
|
||||
<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…
Add table
Add a link
Reference in a new issue