fix: 🐛 only collapsed reply if notification is reply
This commit is contained in:
parent
e91389b1af
commit
a0a4423f45
@ -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 New Issue
Block a user