Small fixes

This commit is contained in:
Natsumi
2025-11-04 02:35:56 +11:00
parent 999f8ffc04
commit bce72d8b6e
4 changed files with 7 additions and 5 deletions
@@ -176,7 +176,7 @@
@click.stop="promptLocalWorldFavoriteGroupDelete(group)" />
</el-tooltip>
</template>
<div v-if="localWorldFavorites[group].length" class="x-friend-list" style="margin-top: 10px">
<div v-if="localWorldFavorites[group]?.length" class="x-friend-list" style="margin-top: 10px">
<el-scrollbar height="700px" @end-reached="localWorldFavoritesLoadMore">
<FavoritesWorldLocalItem
v-for="favorite in sliceLocalWorldFavorites(group)"