From ee13d06ab13414fe946eef8b1481d0e4795f1fa8 Mon Sep 17 00:00:00 2001 From: julius Date: Wed, 26 Mar 2025 16:31:27 +0100 Subject: [PATCH] feat: no user -> no team --- src/Avatar.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Avatar.tsx b/src/Avatar.tsx index 698357c..3747c04 100644 --- a/src/Avatar.tsx +++ b/src/Avatar.tsx @@ -148,11 +148,10 @@ export default function Avatar() { return ( <> -
+
{ if (contextMenu.open && event.target === avatarRef.current) { handleMenuClose();