aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-03-29 01:04:37 +0300
committerHenry Jameson <me@hjkos.com>2022-03-29 01:04:37 +0300
commitf20ae34400b35c230d3e7824f98d9b3f4e977f82 (patch)
treecd3986c8de42935fb17fb001608d7f5494f0b97c /src/components/notification/notification.vue
parent650e69c33683b34e002f5fdc698ceb384baf059b (diff)
lint
Diffstat (limited to 'src/components/notification/notification.vue')
-rw-r--r--src/components/notification/notification.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index d77b2f57..ff7a21f1 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -112,7 +112,10 @@
</span>
<span v-if="notification.type === 'pleroma:emoji_reaction'">
<small>
- <i18n-t scope="global" keypath="notifications.reacted_with">
+ <i18n-t
+ scope="global"
+ keypath="notifications.reacted_with"
+ >
<span class="emoji-reaction-emoji">{{ notification.emoji }}</span>
</i18n-t>
</small>