fix: use unique key for my galleries

This commit is contained in:
ThatOneCalculator 2023-07-06 12:26:37 -07:00
parent 423b886b8f
commit 9e69f104ae
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -92,9 +92,9 @@
>
<div class="vfpdbgtk">
<MkGalleryPostPreview
v-for="post in items"
:key="post.id"
:post="post"
v-for="mypost in items"
:key="mypost.id"
:post="mypost"
class="post"
/>
</div>