mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #5986 from MetaMask/fix-etherscan-again
Fix notifications link
This commit is contained in:
commit
990bfc643d
@ -111,7 +111,7 @@ class ExtensionPlatform {
|
||||
|
||||
_viewOnEtherScan (txId) {
|
||||
if (txId.startsWith('http://')) {
|
||||
this.openWindow({ url: txId })
|
||||
extension.tabs.create({ url: txId })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user