From 0f75acbfd9967b1f0c90da3a559ef2d03f65dee7 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 5 Feb 2023 01:55:27 -0800 Subject: [PATCH] Hotfix: Close menu after clicking profile --- components/Header/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Header/index.tsx b/components/Header/index.tsx index 91504b11..a2d86abb 100644 --- a/components/Header/index.tsx +++ b/components/Header/index.tsx @@ -465,7 +465,7 @@ const Header = () => { {accountState.account.authorized && accountState.account.user ? ( <> - + { {account.user ? `@${account.user.username}` : t('no_user')} - + {t('menu.profile')}