1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-20 07:49:22 -05:00

fix(client): フォロワー一覧がフォローににゃっているんだにゃあ

This commit is contained in:
syuilo 2022-07-03 14:44:18 +09:00
parent 0eb473198c
commit b2af1948a4

View file

@ -4,7 +4,7 @@
<MkSpacer :content-max="1000">
<transition name="fade" mode="out-in">
<div v-if="user">
<XFollowList :user="user" type="following"/>
<XFollowList :user="user" type="followers"/>
</div>
<MkError v-else-if="error" @retry="fetch()"/>
<MkLoading v-else/>