From 15b612bad6079f2bef329d2a1a620cb522a63115 Mon Sep 17 00:00:00 2001
From: Sol Fisher Romanoff <sol@solfisher.com>
Date: Tue, 19 Jul 2022 08:56:14 +0300
Subject: [PATCH] Make private notes actually work

---
 src/components/user_profile/user_profile.js | 3 +++
 1 file changed, 3 insertions(+)

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: {