Hide follow button of my account

This commit is contained in:
nzws 2018-07-26 21:07:10 +09:00 committed by Aya Morisawa
parent 4474a2568e
commit fd27a0efef

View file

@ -19,7 +19,7 @@
<p>%i18n:@followers%</p><a>{{ u.followersCount }}</a>
</div>
</div>
<mk-follow-button v-if="$store.getters.isSignedIn && user.id != $store.state.i.id" :user="u"/>
<mk-follow-button v-if="$store.getters.isSignedIn && u.id != $store.state.i.id" :user="u"/>
</template>
</div>
</template>