summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNotification.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-05-19 13:58:09 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-05-19 13:58:09 +0900
commit6a5ef5b6f29eee9e36f42ac163f065880cd80e8b (patch)
tree4667e309d270252f28bd8b645e3ca85750b89b76 /packages/frontend/src/components/MkNotification.vue
parent:art: (diff)
downloadmisskey-6a5ef5b6f29eee9e36f42ac163f065880cd80e8b.tar.gz
misskey-6a5ef5b6f29eee9e36f42ac163f065880cd80e8b.tar.bz2
misskey-6a5ef5b6f29eee9e36f42ac163f065880cd80e8b.zip
refactor
Diffstat (limited to 'packages/frontend/src/components/MkNotification.vue')
-rw-r--r--packages/frontend/src/components/MkNotification.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/components/MkNotification.vue b/packages/frontend/src/components/MkNotification.vue
index efae687e66..b4c424e79e 100644
--- a/packages/frontend/src/components/MkNotification.vue
+++ b/packages/frontend/src/components/MkNotification.vue
@@ -20,8 +20,8 @@
v-else-if="notification.type === 'reaction'"
ref="reactionRef"
:reaction="notification.reaction ? notification.reaction.replace(/^:(\w+):$/, ':$1@.:') : notification.reaction"
- :custom-emojis="notification.note.emojis"
- :no-style="true"
+ :customEmojis="notification.note.emojis"
+ :noStyle="true"
style="width: 100%; height: 100%;"
/>
</div>