diff --git a/src/components/App/Splash/SpiningSphere/index.tsx b/src/components/App/Splash/SpiningSphere/index.tsx
index b9a501ffc..7fa729bd5 100644
--- a/src/components/App/Splash/SpiningSphere/index.tsx
+++ b/src/components/App/Splash/SpiningSphere/index.tsx
@@ -29,20 +29,5 @@ export const SphereAnimation = () => {
}
}, [])
- return (
-
- {/* */}
-
- )
+ return
}
diff --git a/src/components/AppContainer/index.tsx b/src/components/AppContainer/index.tsx
index d8c5c347e..a9678ab2d 100644
--- a/src/components/AppContainer/index.tsx
+++ b/src/components/AppContainer/index.tsx
@@ -8,11 +8,9 @@ const LazyApp = lazy(() => import('../App').then(({ App }) => ({ default: App })
export const AppContainer = () => {
const App =
- // const { splashDataLoading } = useDataStore((s) => s)
return (
- {/* {splashDataLoading && } */}
Loading...}>