Skip to content
Snippets Groups Projects
Commit b2af1948 authored by syuilo's avatar syuilo
Browse files

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

parent 0eb47319
No related branches found
No related tags found
No related merge requests found
......@@ -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/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment