diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-25 12:33:50 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-10 21:01:07 -0400 |
| commit | 670cbfdd1c262ddd34717b88f879d5fb80280b60 (patch) | |
| tree | 95be070f3038d7a60c4d6925e868aff235e77cd0 /src/components/user_card/user_card.vue | |
| parent | 0c52d69a525aa200f03650e52f21d7b52a3918ca (diff) | |
change subscribing to subscribed
Diffstat (limited to 'src/components/user_card/user_card.vue')
| -rw-r--r-- | src/components/user_card/user_card.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 720415f0..5d23bf1e 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -73,7 +73,7 @@ </span> </div> <div v-if="loggedIn"> - <ProgressButton :click="subscribeUser" v-if="!user.subscribing"> + <ProgressButton :click="subscribeUser" v-if="!user.subscribed"> {{ $t('user_card.subscribe') }} </ProgressButton> <ProgressButton class="pressed" :click="unsubscribeUser" v-else> |
