fix loading icon for boosts tab
This commit is contained in:
parent
d60002f426
commit
5db7460a82
@ -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