From d973d1ac3807b088bc4388299a19cb1b287aa333 Mon Sep 17 00:00:00 2001 From: Dev Gupta <73140257+dev265545@users.noreply.github.com> Date: Thu, 29 Jun 2023 00:46:10 +0530 Subject: [PATCH] Update Sidebar.tsx (#3119) --- web/components/ui/Sidebar/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/ui/Sidebar/Sidebar.tsx b/web/components/ui/Sidebar/Sidebar.tsx index 1b20b95f5..45453e17d 100644 --- a/web/components/ui/Sidebar/Sidebar.tsx +++ b/web/components/ui/Sidebar/Sidebar.tsx @@ -27,7 +27,7 @@ export const Sidebar: FC = () => { if (!currentUser) { return ( - + );