Skip to content
Snippets Groups Projects
Commit c4d1c213 authored by Karol Kosek's avatar Karol Kosek Committed by Shpuld Shpludson
Browse files

Fix user names with the RTL char in notifications

parent 0ba34eec
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment