mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
fix: 🐛 only collapsed reply if notification is reply
This commit is contained in:
parent
8758ab50e7
commit
0efc2659f2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
"
|
"
|
||||||
:key="notification.id"
|
:key="notification.id"
|
||||||
:note="notification.note"
|
:note="notification.note"
|
||||||
:collapsedReply="true"
|
:collapsedReply="notification.type === 'reply'"
|
||||||
/>
|
/>
|
||||||
<XNotification
|
<XNotification
|
||||||
v-else
|
v-else
|
||||||
|
|
Loading…
Reference in a new issue