forked from AkkomaGang/akkoma-fe
Fix user names with the RTL char in notifications
This commit is contained in:
parent
ac9985aedb
commit
2fbb94fe5c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
<span class="notification-details">
|
<span class="notification-details">
|
||||||
<div class="name-and-action">
|
<div class="name-and-action">
|
||||||
<!-- eslint-disable vue/no-v-html -->
|
<!-- eslint-disable vue/no-v-html -->
|
||||||
<span
|
<bdi
|
||||||
v-if="!!notification.from_profile.name_html"
|
v-if="!!notification.from_profile.name_html"
|
||||||
class="username"
|
class="username"
|
||||||
:title="'@'+notification.from_profile.screen_name"
|
:title="'@'+notification.from_profile.screen_name"
|
||||||
|
|
Loading…
Reference in a new issue