Frontend: Key on the notification sliders

This commit is contained in:
Natty 2024-01-03 20:55:46 +01:00
parent 15b0ea8e26
commit 93caa314c9
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 8 additions and 2 deletions

View File

@ -41,10 +41,16 @@
/>
</swiper-slide>
<swiper-slide>
<XNotes :pagination="mentionsPagination" />
<XNotes
key="mentionsNotes"
:pagination="mentionsPagination"
/>
</swiper-slide>
<swiper-slide>
<XNotes :pagination="directNotesPagination" />
<XNotes
key="directMessagesNotes"
:pagination="directNotesPagination"
/>
</swiper-slide>
</swiper>
</MkSpacer>