fix: 🐛 list "My Posts" properly in gallery

ref: !10618
This commit is contained in:
ThatOneCalculator 2023-10-10 12:22:46 -07:00
parent 051107cf62
commit 8b2263b0f9
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -24,7 +24,7 @@
@swiper="setSwiperRef"
@slide-change="onSlideChange"
>
<swiper-slide>
<swiper-slide v-if="true">
<MkFolder class="_gap">
<template #header
><i class="ph-clock ph-bold ph-lg"></i>
@ -66,7 +66,7 @@
</MkPagination>
</MkFolder>
</swiper-slide>
<swiper-slide>
<swiper-slide v-if="true">
<MkPagination
v-slot="{ items }"
:pagination="likedPostsPagination"
@ -81,7 +81,7 @@
</div>
</MkPagination>
</swiper-slide>
<swiper-slide>
<swiper-slide v-if="true">
<MkA to="/gallery/new" class="_link" style="margin: 16px"
><i class="ph-plus ph-bold ph-lg"></i>
{{ i18n.ts.postToGallery }}</MkA