diff --git a/src/frontend/src/contexts/BaseContext.tsx b/src/frontend/src/contexts/BaseContext.tsx index fc568b878f..de8646d11c 100644 --- a/src/frontend/src/contexts/BaseContext.tsx +++ b/src/frontend/src/contexts/BaseContext.tsx @@ -7,9 +7,9 @@ import { ThemeContext } from './ThemeContext'; export const BaseContext = ({ children }: { children: any }) => { return ( - - {children} - + + {children} + ); };