diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-04-19 01:59:19 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-04-19 01:59:19 +0000 |
| commit | 023dec1953d24de08eec064622277aa3d6d485c9 (patch) | |
| tree | 8434863d3c05303f8d814eef212ca708194ff027 /src | |
| parent | ac9985aedbc2ed53121eec06a95013186c4eefd4 (diff) | |
| parent | 2fbb94fe5c7f6743a699e6e1ccb2cd8de341ccca (diff) | |
Merge branch 'notification-rtl' into 'develop'
Fix user names with the RTL char in notifications
See merge request pleroma/pleroma-fe!1090
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/notification/notification.vue | 2 |
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" |
