fix loading icon for boosts tab
This commit is contained in:
parent
d60002f426
commit
5db7460a82
|
@ -97,7 +97,7 @@
|
||||||
:pagination="pagination"
|
:pagination="pagination"
|
||||||
> -->
|
> -->
|
||||||
<MkUserCardMini
|
<MkUserCardMini
|
||||||
v-if="tab === 'renotes' && appearNote.renoteCount > 0"
|
v-if="tab === 'renotes' && renotes"
|
||||||
v-for="item in renotes"
|
v-for="item in renotes"
|
||||||
:key="item.user.id"
|
:key="item.user.id"
|
||||||
:user="item.user"
|
:user="item.user"
|
||||||
|
|
Loading…
Reference in New Issue