1
0

chore(client): remove unused class

This commit is contained in:
syuilo
2022-07-05 22:40:53 +09:00
parent bc012784ef
commit f882e0b6b6
3 changed files with 6 additions and 6 deletions
@@ -1,7 +1,7 @@
<template>
<div>
<MkPagination v-slot="{items}" ref="list" :pagination="type === 'following' ? followingPagination : followersPagination" class="mk-following-or-followers">
<div class="users _isolated">
<div class="users">
<MkUserInfo v-for="user in items.map(x => type === 'following' ? x.followee : x.follower)" :key="user.id" class="user" :user="user"/>
</div>
</MkPagination>