Make private notes actually work

This commit is contained in:
Sol Fisher Romanoff 2022-07-19 08:56:14 +03:00
parent e2d064131b
commit 15b612bad6
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62

View file

@ -79,6 +79,9 @@ const UserProfile = {
},
followersTabVisible () {
return this.isUs || !this.user.hide_followers
},
currentUser () {
return this.$store.state.users.currentUser
}
},
methods: {