diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index 0210256e..193c5e9c 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -103,16 +103,6 @@ export function AccountSettings(props: { } export function SettingsPage() { - useEffect(() => { - const hash = window.location.hash; - if (hash) { - const element = document.querySelector(hash); - if (element) { - element.scrollIntoView({ behavior: "smooth" }); - } - } - }, []); - const { t } = useTranslation(); const activeTheme = useThemeStore((s) => s.theme); const setTheme = useThemeStore((s) => s.setTheme); @@ -311,7 +301,7 @@ export function SettingsPage() {
-
+
-
+
-
+
-
+