fix tags showing up when they shouldn't

This commit is contained in:
Henry Jameson 2025-07-30 16:53:33 +03:00
commit ba5efe4a67

View file

@ -114,6 +114,7 @@
/>
</span>
</div>
<template v-if="!hideBio">
<span
v-if="user.deactivated"
class="alert neutral user-role"
@ -156,6 +157,7 @@
>
{{ $t('user_card.follows_you') }}
</span>
</template>
</div>
</div>
</div>