forked from AkkomaGang/akkoma-fe
#452 - unfollow button issue
This commit is contained in:
parent
66e60572bc
commit
dfcdf4f32c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
{{ $t('user_card.follow') }}
|
||||
</template>
|
||||
</button>
|
||||
<button v-if="following" class="btn btn-default pressed" @click="unfollowUser" :disabled="inProgress">
|
||||
<button v-if="following" class="btn btn-default btn-follow pressed" @click="unfollowUser" :disabled="inProgress">
|
||||
<template v-if="inProgress">
|
||||
{{ $t('user_card.follow_progress') }}
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue