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
|
@ -14,7 +14,7 @@ defineProps<{
|
|||
<div flex="~ col gap1" shrink h-full overflow-hidden leading-none>
|
||||
<div flex="~" gap-2>
|
||||
<AccountDisplayName :account="account" line-clamp-1 ws-pre-wrap break-all text-base />
|
||||
<AccountLockIndicator v-if="account.bot" text-xs />
|
||||
<AccountLockIndicator v-if="account.locked" text-xs />
|
||||
<AccountBotIndicator v-if="account.bot" text-xs />
|
||||
</div>
|
||||
<AccountHandle text-sm :account="account" text-secondary-light />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue