fix(client): フォロー申請・フォローのボタンが、通知から消えている問題を修正

Fix #9717
This commit is contained in:
syuilo
2023-01-27 11:35:04 +09:00
parent 7af0e38dd3
commit c5a12ca2c7
3 changed files with 9 additions and 9 deletions

View File

@@ -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>