mirror of
https://github.com/plebbit/seedit.git
synced 2026-02-15 16:31:24 -05:00
fix(settings): remove scroll to top
This commit is contained in:
@@ -9,10 +9,6 @@ import AccountSettings from './account-settings/account-settings';
|
||||
const Settings = () => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
useEffect(() => {
|
||||
window.scrollTo(0, 0);
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
document.title = `${t('preferences')} - seedit`;
|
||||
}, [t]);
|
||||
|
||||
Reference in New Issue
Block a user