Fix naming
This commit is contained in:
parent
fae93217b8
commit
55da7dbfde
2 changed files with 3 additions and 3 deletions
|
@ -59,8 +59,8 @@ const UserProfile = {
|
|||
isExternal () {
|
||||
return this.$route.name === 'external-user-profile'
|
||||
},
|
||||
followeesTabVisible () {
|
||||
return this.isUs || !this.user.hide_followings
|
||||
followsTabVisible () {
|
||||
return this.isUs || !this.user.hide_follows
|
||||
},
|
||||
followersTabVisible () {
|
||||
return this.isUs || !this.user.hide_followers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue