diff --git a/public/index.html b/public/index.html index 7e0e5c5a..0df06af1 100755 --- a/public/index.html +++ b/public/index.html @@ -174,6 +174,18 @@ } +
diff --git a/src/App.tsx b/src/App.tsx index d8daf4b4..68b6ad6d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -67,6 +67,7 @@ const LazyLoading = ({ children, fallback }: SuspenseProps) => ( ); export default function App() { + window.LoadingObserver = false; const userId = useUserStore((state) => state.userId); const location = useLocation(); const navigate = useNavigate(); diff --git a/src/pages/ResultPage/cards/EmailSettingsCard.tsx b/src/pages/ResultPage/cards/EmailSettingsCard.tsx index 0d74c171..1768ed58 100644 --- a/src/pages/ResultPage/cards/EmailSettingsCard.tsx +++ b/src/pages/ResultPage/cards/EmailSettingsCard.tsx @@ -118,7 +118,7 @@ export const EmailSettingsCard = ({ quizExpand }: Props) => {