diff options
Diffstat (limited to 'src/components/user_card_content/user_card_content.js')
| -rw-r--r-- | src/components/user_card_content/user_card_content.js | 6 |
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: { |
