[Bug fix] Fix user avatars in mention links option #85

Merged
floatingghost merged 1 commits from eris/pleroma-fe:fix-mention-avatars into develop 2022-08-02 09:15:16 +00:00
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@
@click.prevent="onClick"
>
<!-- eslint-disable vue/no-v-html -->
<UserAvatar
v-if="shouldShowAvatar"
class="mention-avatar"
:user="user"
/>
<span class="shortName">@<span
class="userName"
v-html="userName"