diff --git a/web/app/account/(commonLayout)/account-page/index.tsx b/web/app/account/(commonLayout)/account-page/index.tsx index 47b8f045d2..2cddc01876 100644 --- a/web/app/account/(commonLayout)/account-page/index.tsx +++ b/web/app/account/(commonLayout)/account-page/index.tsx @@ -69,7 +69,6 @@ export default function AccountPage() { } catch (e) { notify({ type: 'error', message: (e as Error).message }) - setEditNameModalVisible(false) setEditing(false) } }