Skip to content
Snippets Groups Projects
Verified Commit 2fbb94fe authored by Karol Kosek's avatar Karol Kosek
Browse files

Fix user names with the RTL char in notifications

parent ac9985ae
Branches
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.
Please register or to comment