fix: 🐛 only collapsed reply if notification is reply

This commit is contained in:
ThatOneCalculator 2023-06-22 16:18:59 -07:00
parent e91389b1af
commit a0a4423f45
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -26,7 +26,7 @@
"
:key="notification.id"
:note="notification.note"
:collapsedReply="true"
:collapsedReply="notification.type === 'reply'"
/>
<XNotification
v-else