fix: 🐛 only collapsed reply if notification is reply

This commit is contained in:
ThatOneCalculator 2023-06-22 16:18:59 -07:00
parent 8758ab50e7
commit 0efc2659f2

View file

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