aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification/notification.vue
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2022-01-24 18:18:27 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2022-01-24 18:18:27 +0000
commit3cf7f9e3c827299c379c5618a6a972eb375fbb54 (patch)
tree157ad2f2d91a2c52c7a73825ffca84d0a5f3eb76 /src/components/notification/notification.vue
parent182fcca5da9fa284f46f5ca1c8b1790353dec316 (diff)
parentf7e2ac1c482d163b429d56e95159ef009044724d (diff)
Merge branch 'settings-and-filtering' into 'develop'
Settings rearrange and filtering improvements See merge request pleroma/pleroma-fe!1394
Diffstat (limited to 'src/components/notification/notification.vue')
-rw-r--r--src/components/notification/notification.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index 634ec8ee..44cd3d8a 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -1,6 +1,7 @@
<template>
<Status
v-if="notification.type === 'mention'"
+ class="Notification"
:compact="true"
:statusoid="notification.status"
/>