mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
Add missing reference for provider
This commit is contained in:
parent
5d83b9176b
commit
5feff0b1f5
@ -131,7 +131,7 @@ App.prototype.renderAppBar = function () {
|
||||
|
||||
h(NetworkIndicator, {
|
||||
network: this.props.network,
|
||||
provider: this.props.provider,
|
||||
provider: this.props.provider
|
||||
onClick: (event) => {
|
||||
event.preventDefault()
|
||||
event.stopPropagation()
|
||||
|
Loading…
Reference in New Issue
Block a user