mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix Etherscan redirect on notification click (#9211)
This commit is contained in:
parent
954df6e482
commit
5991043cd7
@ -223,7 +223,7 @@ export default class ExtensionPlatform {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_viewOnEtherscan (txId) {
|
_viewOnEtherscan (txId) {
|
||||||
if (txId.startsWith('http://')) {
|
if (txId.startsWith('https://')) {
|
||||||
extension.tabs.create({ url: txId })
|
extension.tabs.create({ url: txId })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user