fix: 🐛 only collapsed reply if notification is reply
This commit is contained in:
parent
e91389b1af
commit
a0a4423f45
|
@ -26,7 +26,7 @@
|
|||
"
|
||||
:key="notification.id"
|
||||
:note="notification.note"
|
||||
:collapsedReply="true"
|
||||
:collapsedReply="notification.type === 'reply'"
|
||||
/>
|
||||
<XNotification
|
||||
v-else
|
||||
|
|
Loading…
Reference in New Issue