diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js index b4c604f8..982ac6ce 100644 --- a/src/components/user_profile/user_profile.js +++ b/src/components/user_profile/user_profile.js @@ -79,6 +79,9 @@ const UserProfile = { }, followersTabVisible () { return this.isUs || !this.user.hide_followers + }, + currentUser () { + return this.$store.state.users.currentUser } }, methods: {