mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-25 07:36:18 +09:00
fix loading icon for boosts tab
This commit is contained in:
parent
595e77493e
commit
e10f7431f3
@ -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 New Issue
Block a user