forked from naskya/firefish
fix: localOnly icon isn't showing
This commit is contained in:
parent
65212d6731
commit
ff9caeebcc
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,10 @@
|
||||||
></i>
|
></i>
|
||||||
</span>
|
</span>
|
||||||
<span v-if="note.localOnly" :class="$style.localOnly"
|
<span v-if="note.localOnly" :class="$style.localOnly"
|
||||||
><i v-tooltip="i18n.ts._visibility.localOnly" class="ph-users ph-lg"></i
|
><i
|
||||||
|
v-tooltip="i18n.ts._visibility.localOnly"
|
||||||
|
:class="icon('ph-users')"
|
||||||
|
></i
|
||||||
></span>
|
></span>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue