Merge branch 'notification-rtl' into 'develop'
Fix user names with the RTL char in notifications See merge request pleroma/pleroma-fe!1090
This commit is contained in:
commit
023dec1953
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue