diff --git a/src/contexts/UserAuthenticationContext.tsx b/src/contexts/UserAuthenticationContext.tsx index 6b13e03..8387feb 100644 --- a/src/contexts/UserAuthenticationContext.tsx +++ b/src/contexts/UserAuthenticationContext.tsx @@ -14,7 +14,9 @@ export const UserAuthenticationContextProvider = ({ children }: { children: Reac const [isAuthenticated, setIsAuthenticated] = useState(false); return ( - + {children} );