fix loading icon for boosts tab

This commit is contained in:
Freeplay 2023-05-19 14:40:47 -04:00
parent 595e77493e
commit e10f7431f3

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"