diff --git a/src/app/profile/page.js b/src/app/profile/page.js index c25ef2c..456d169 100644 --- a/src/app/profile/page.js +++ b/src/app/profile/page.js @@ -207,7 +207,7 @@ export default function Profile() { setShowSave(false) } } - }, [forms, info]) + }, [forms, info, showSave]) return (