fix loading icon for boosts tab

This commit is contained in:
Freeplay 2023-05-19 14:40:47 -04:00
parent d60002f426
commit 5db7460a82

View file

@ -97,7 +97,7 @@
:pagination="pagination"
> -->
<MkUserCardMini
v-if="tab === 'renotes' && appearNote.renoteCount > 0"
v-if="tab === 'renotes' && renotes"
v-for="item in renotes"
:key="item.user.id"
:user="item.user"