[Bug fix] Fix user avatars in mention links option (#85)
ci/woodpecker/push/woodpecker Pipeline was successful Details

Reviewed-on: AkkomaGang/pleroma-fe#85
Co-authored-by: eris <femmediscord@gmail.com>
Co-committed-by: eris <femmediscord@gmail.com>
This commit is contained in:
eris 2022-08-02 09:15:16 +00:00 committed by floatingghost
parent 7f61beff7a
commit ff3421c7cb
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"