diff --git a/packages/sanity/src/core/studio/StudioProvider.tsx b/packages/sanity/src/core/studio/StudioProvider.tsx index bb4d7c6f990..7698d72fa0c 100644 --- a/packages/sanity/src/core/studio/StudioProvider.tsx +++ b/packages/sanity/src/core/studio/StudioProvider.tsx @@ -58,7 +58,10 @@ export function StudioProvider({ - {children} + + + {children} + @@ -66,34 +69,31 @@ export function StudioProvider({ return ( - - - - - - - - {noAuthBoundary ? ( - _children - ) : ( - - {_children} - - )} - - - - - - + + + + + + {noAuthBoundary ? ( + _children + ) : ( + + {_children} + + )} + + + + + ) }