From 9f9c5e01f161b957ad8966bca1cb58984cb08f32 Mon Sep 17 00:00:00 2001
From: Sol Fisher Romanoff <sol@solfisher.com>
Date: Thu, 23 Jun 2022 20:02:47 +0300
Subject: [PATCH] Don't show note textarea if logged out

---
 src/components/user_profile/user_profile.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index 7e3599f7..f1ded418 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -41,7 +41,7 @@
         </dl>
       </div>
       <div
-        v-if="!isUs"
+        v-if="currentUser && !isUs"
         class="note"
       >
         <textarea