mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
lint
This commit is contained in:
parent
710b4e294f
commit
caa9e202cf
@ -53,11 +53,9 @@ export default class QrScanner extends Component {
|
|||||||
msg: this.context.t('scanInstructions'),
|
msg: this.context.t('scanInstructions'),
|
||||||
})
|
})
|
||||||
}, 2000)
|
}, 2000)
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// Keep checking for permissions
|
// Keep checking for permissions
|
||||||
this.permissionChecker = setTimeout(_ => {
|
this.permissionChecker = setTimeout(_ => {
|
||||||
console.log('[QR-SCANNER]: time to check again!')
|
|
||||||
this.checkPermisisions()
|
this.checkPermisisions()
|
||||||
}, 1000)
|
}, 1000)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user