mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-01-10 07:42:30 +01:00
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/848 Closes #868 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
commit
4619a31f1d
1 changed files with 0 additions and 3 deletions
|
@ -54,9 +54,6 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<MkUserName :nowrap="false" :user="appearNote.user"/>
|
<MkUserName :nowrap="false" :user="appearNote.user"/>
|
||||||
</MkA>
|
</MkA>
|
||||||
<span v-if="appearNote.user.isBot" :class="$style.isBot">bot</span>
|
<span v-if="appearNote.user.isBot" :class="$style.isBot">bot</span>
|
||||||
<span v-if="appearNote.user.badgeRoles" :class="$style.badgeRoles">
|
|
||||||
<img v-for="role in appearNote.user.badgeRoles" :key="role.id" v-tooltip="role.name" :class="$style.badgeRole" :src="role.iconUrl"/>
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
<div :class="$style.noteHeaderUsernameAndBadgeRoles">
|
<div :class="$style.noteHeaderUsernameAndBadgeRoles">
|
||||||
<div :class="$style.noteHeaderUsername">
|
<div :class="$style.noteHeaderUsername">
|
||||||
|
|
Loading…
Reference in a new issue