diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-27 14:01:57 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-28 12:41:20 -0500 |
| commit | 24e1adf6df42434d26a6a3ab3a347db5f9d9ff30 (patch) | |
| tree | c04c059fbf2dbebed424e727bc6e4ede16b06dc2 /src | |
| parent | 0e86681aba522f8c530a030b0e3c9745ec415eed (diff) | |
Add back accidently removed logic
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/follow_card/follow_card.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/follow_card/follow_card.vue b/src/components/follow_card/follow_card.vue index 1ae728a6..6cb064eb 100644 --- a/src/components/follow_card/follow_card.vue +++ b/src/components/follow_card/follow_card.vue @@ -1,7 +1,7 @@ <template> <basic-user-card :user="user"> <div class="follow-card-content-container"> - <span class="faint"> + <span class="faint" v-if="!noFollowsYou && user.follows_you"> {{ isMe ? $t('user_card.its_you') : $t('user_card.follows_you') }} </span> <button |
