mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
lint fix
This commit is contained in:
parent
3837c2ddd7
commit
9d3f2435e5
@ -532,7 +532,7 @@ module.exports = class MetamaskController extends EventEmitter {
|
||||
'Trezor Hardware'
|
||||
)[0]
|
||||
if (!keyring) {
|
||||
keyring = await this.keyringController.addNewKeyring('Trezor Hardware')
|
||||
keyring = await this.keyringController.addNewKeyring('Trezor Hardware')
|
||||
}
|
||||
|
||||
const accounts = page === 1 ? await keyring.getNextPage() : await keyring.getPreviousPage()
|
||||
|
Loading…
Reference in New Issue
Block a user