aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarol Kosek <krkk@krkk.ct8.pl>2020-04-18 18:48:45 +0200
committerShpuld Shpuldson <shp@cock.li>2020-05-02 16:21:46 +0300
commitc4d1c2131ccd79bae84f668b64116d8fbf16840d (patch)
tree8434863d3c05303f8d814eef212ca708194ff027 /src
parent0ba34eeca58ae5caf13faf244bd3004800291051 (diff)
Fix user names with the RTL char in notifications
Diffstat (limited to 'src')
-rw-r--r--src/components/notification/notification.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index 411c0271..51875747 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -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"