Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora committed Nov 1, 2023
1 parent f603410 commit 90f5cc7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pages/[type]/[id]/settings/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,7 @@
{{ hasModifiedVisibility() ? 'Will be v' : 'V' }}isible in search
</li>
<li>
<XIcon
v-if="visibility === 'unlisted' || visibility === 'private'"
class="bad"
/>
<XIcon v-if="visibility === 'unlisted' || visibility === 'private'" class="bad" />
<CheckIcon v-else class="good" />
{{ hasModifiedVisibility() ? 'Will be v' : 'V' }}isible on profile
</li>
Expand Down

0 comments on commit 90f5cc7

Please sign in to comment.