diff --git a/src/shared/components/Settings/Profile/Hobby/index.jsx b/src/shared/components/Settings/Profile/Hobby/index.jsx index a8f700fa30..a3b8ccd2f0 100644 --- a/src/shared/components/Settings/Profile/Hobby/index.jsx +++ b/src/shared/components/Settings/Profile/Hobby/index.jsx @@ -137,6 +137,7 @@ export default class Hobby extends ConsentComponent { } this.setState({ showConfirmation: false, + isEdit: false, indexNo: null, isSubmit: false, });