From 79bbe12fd5b4cc803ca00aae66813f71d0496cf7 Mon Sep 17 00:00:00 2001 From: yoution Date: Thu, 18 Nov 2021 08:21:06 +0800 Subject: [PATCH] fix: issue #5786 --- src/shared/components/Settings/Profile/Hobby/index.jsx | 1 + 1 file changed, 1 insertion(+) 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, });