summaryrefslogtreecommitdiff
path: root/packages/frontend/src/ui/_common_
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-01-27 11:35:04 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-01-27 11:35:04 +0900
commitc5a12ca2c74081cac6255aae114853ba41389d17 (patch)
treedbf36e1e44e0704d96993993e3d866aaba99bc5c /packages/frontend/src/ui/_common_
parentUse cache on build (#9639) (diff)
downloadmisskey-c5a12ca2c74081cac6255aae114853ba41389d17.tar.gz
misskey-c5a12ca2c74081cac6255aae114853ba41389d17.tar.bz2
misskey-c5a12ca2c74081cac6255aae114853ba41389d17.zip
fix(client): フォロー申請・フォローのボタンが、通知から消えている問題を修正
Fix #9717
Diffstat (limited to 'packages/frontend/src/ui/_common_')
-rw-r--r--packages/frontend/src/ui/_common_/notification.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/ui/_common_/notification.vue b/packages/frontend/src/ui/_common_/notification.vue
index 1f9c675a15..06dfcb0a23 100644
--- a/packages/frontend/src/ui/_common_/notification.vue
+++ b/packages/frontend/src/ui/_common_/notification.vue
@@ -1,6 +1,6 @@
<template>
<div :class="$style.root">
- <XNotification :notification="notification" class="notification _acrylic"/>
+ <XNotification :notification="notification" class="notification _acrylic" :full="false"/>
</div>
</template>