mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
fix loading icon for boosts tab
This commit is contained in:
parent
595e77493e
commit
e10f7431f3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue