From 67870ba3a9bc6674dd365d29b4be97b8e7a4a03d Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Thu, 17 Jan 2019 17:32:38 -0200 Subject: [PATCH] Merge pull request #1357 from brave/ca-2845 do not attempt to close `enter sync words` dialog when error is found --- components/brave_sync/ui/components/modals/enterSyncCode.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/brave_sync/ui/components/modals/enterSyncCode.tsx b/components/brave_sync/ui/components/modals/enterSyncCode.tsx index 4d5f19116ae..861205abfff 100644 --- a/components/brave_sync/ui/components/modals/enterSyncCode.tsx +++ b/components/brave_sync/ui/components/modals/enterSyncCode.tsx @@ -57,7 +57,6 @@ interface Props { ) ) { this.setState({ willCreateNewSyncChainFromCode: false }) - this.props.onClose() return }