remove follow buttons in the friends-maker component/widget

This commit is contained in:
Hakaba Hitoyo
2018-10-06 16:31:21 +09:00
parent 7019ddbfc7
commit 3bc7e1e35c
2 changed files with 0 additions and 2 deletions

View File

@@ -8,7 +8,6 @@
<router-link class="name" :to="user | userPage" v-user-preview="user.id">{{ user | userName }}</router-link>
<p class="username">@{{ user | acct }}</p>
</div>
<mk-follow-button :user="user"/>
</div>
</div>
<p class="empty" v-if="!fetching && users.length == 0">%i18n:@empty%</p>