diff --git a/ui/pages/create-account/connect-hardware/index.js b/ui/pages/create-account/connect-hardware/index.js index b8f2d4452f58..2884dacb77b6 100644 --- a/ui/pages/create-account/connect-hardware/index.js +++ b/ui/pages/create-account/connect-hardware/index.js @@ -133,7 +133,7 @@ class ConnectHardwareForm extends Component { ]) { const path = this.props.defaultHdPaths[device]; const unlocked = await this.props.checkHardwareStatus(device, path); - if (unlocked) { + if (unlocked && this.state.device) { this.setState({ unlocked: true }); this.getPage(device, 0, path); }