diff --git a/services/web/frontend/js/features/ide-react/context/react-context-root.tsx b/services/web/frontend/js/features/ide-react/context/react-context-root.tsx index 29273f2465..aa97ba7ff6 100644 --- a/services/web/frontend/js/features/ide-react/context/react-context-root.tsx +++ b/services/web/frontend/js/features/ide-react/context/react-context-root.tsx @@ -24,23 +24,23 @@ import { PermissionsProvider } from '@/features/ide-react/context/permissions-co export const ReactContextRoot: FC = ({ children }) => { return ( - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -48,23 +48,23 @@ export const ReactContextRoot: FC = ({ children }) => { - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + ) }