Skip to content

Commit

Permalink
fix(ui): hide account lock icon in status card
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 committed Apr 6, 2024
1 parent e53f651 commit 6fec751
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/status/StatusCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,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" />
Expand Down

0 comments on commit 6fec751

Please sign in to comment.