Fix user names with the RTL char in notifications

This commit is contained in:
Karol Kosek 2020-04-18 18:48:45 +02:00 committed by Shpuld Shpuldson
parent 0ba34eeca5
commit c4d1c2131c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<span class="notification-details">
<div class="name-and-action">
<!-- eslint-disable vue/no-v-html -->
<span
<bdi
v-if="!!notification.from_profile.name_html"
class="username"
:title="'@'+notification.from_profile.screen_name"