mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Linted
This commit is contained in:
parent
7b1bbb7a19
commit
4f614d0852
@ -44,7 +44,7 @@ function getPopup(cb) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getPopupIn(windows) {
|
function getPopupIn(windows) {
|
||||||
return windows ? windows.find((win) => {
|
return windows ? windows.find((win) => {
|
||||||
return win.type === 'popup'
|
return win.type === 'popup'
|
||||||
}) : null
|
}) : null
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user