diff --git a/src/components/Splash/SplashRoot.tsx b/src/components/Splash/SplashRoot.tsx index 219f0210edb4bf8517c2a3a9bd7f033cea9a8777..6559550039424c1254a815af1257d65b8e675e4e 100644 --- a/src/components/Splash/SplashRoot.tsx +++ b/src/components/Splash/SplashRoot.tsx @@ -253,7 +253,6 @@ const SplashRoot = ({ fadeTimer = 1000, children }: SplashRootProps) => { } dispatch(updateProfile(updatedProfile)) dispatch(setAnalysisMonth(analysisResult.monthlyAnalysisDate)) - // dispatch(setAnalysisMonth(DateTime.local(2023, 3))) if (profileType) { await loadProfileType(profileType) }