From 203f769cf2e0b4a1cb54ad766403eaf3cbb997d6 Mon Sep 17 00:00:00 2001 From: Bill Tallitsch Date: Fri, 4 Oct 2024 12:07:35 -0400 Subject: [PATCH] resolves header auth bug --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 021a37a..97d6d5c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -49,9 +49,9 @@ const App: React.FC = () => { height: 50, width: 50, }} + useAuth={useAuth} sidebarProps={{ - children: , - useAuth: useAuth + children: }} />