aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_card_content/user_card_content.js
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-02-03 12:57:25 -0500
committertaehoon <th.dev91@gmail.com>2019-02-07 10:48:47 -0500
commitfae93217b8b23b8042eaba2e5d1a076a0cec5cc8 (patch)
tree45100aab858f00d07d7c81a0d78cfb2bda126541 /src/components/user_card_content/user_card_content.js
parentea1d7f46b5743a1493a8cfaf7b64dcc240fc3769 (diff)
Show back followees/followers counts
Diffstat (limited to 'src/components/user_card_content/user_card_content.js')
-rw-r--r--src/components/user_card_content/user_card_content.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/user_card_content/user_card_content.js b/src/components/user_card_content/user_card_content.js
index d256fc5d..6f6d04a7 100644
--- a/src/components/user_card_content/user_card_content.js
+++ b/src/components/user_card_content/user_card_content.js
@@ -79,12 +79,6 @@ export default {
set (color) {
this.$store.dispatch('setHighlight', { user: this.user.screen_name, color })
}
- },
- followeesCountVisible () {
- return !this.isOtherUser || !this.user.hide_followings
- },
- followersCountVisible () {
- return !this.isOtherUser || !this.user.hide_followers
}
},
components: {