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

View file

@ -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"