From 65d52072d4bdda304b98f1475beb9a7b188f0c4b Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 4 Jul 2023 16:11:54 -0700 Subject: [PATCH] fix(chat): reposition chat loading spinner --- 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 45453e17d..42f6904e0 100644 --- a/web/components/ui/Sidebar/Sidebar.tsx +++ b/web/components/ui/Sidebar/Sidebar.tsx @@ -28,7 +28,7 @@ export const Sidebar: FC = () => { if (!currentUser) { return ( - + ); }