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" :key="notification.id"
:note="notification.note" :note="notification.note"
:collapsedReply="true" :collapsedReply="notification.type === 'reply'"
/> />
<XNotification <XNotification
v-else v-else