mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
fix
This commit is contained in:
parent
c72ced79ae
commit
19d1988715
@ -125,7 +125,7 @@ class ConnectHardwareForm extends Component {
|
||||
.catch(e => {
|
||||
if (e === 'Window blocked') {
|
||||
this.setState({ browserSupported: false, error: null})
|
||||
} else {
|
||||
} else if (e !== 'Window closed') {
|
||||
this.setState({ error: e.toString() })
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user