diff --git a/web/containers/Providers/index.tsx b/web/containers/Providers/index.tsx index d5daca4a0..f9726e43d 100644 --- a/web/containers/Providers/index.tsx +++ b/web/containers/Providers/index.tsx @@ -72,9 +72,9 @@ const Providers = (props: PropsWithChildren) => { return ( - - - {setupCore && activated && ( + + {setupCore && activated && ( + @@ -84,9 +84,9 @@ const Providers = (props: PropsWithChildren) => { - )} - - + + )} + )