fix emoji not working in profile field names

This commit is contained in:
Shpuld Shpuldson 2020-11-11 10:40:26 +02:00
parent e6ca489d30
commit 41dbdc2b28
2 changed files with 4 additions and 5 deletions

View file

@ -20,14 +20,13 @@
:key="index"
class="user-profile-field"
>
<!-- eslint-disable vue/no-v-html -->
<dt
:title="user.fields_text[index].name"
class="user-profile-field-name"
@click.prevent="linkClicked"
>
{{ field.name }}
</dt>
<!-- eslint-disable vue/no-v-html -->
v-html="field.name"
/>
<dd
:title="user.fields_text[index].value"
class="user-profile-field-value"