mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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, {
|
h(NetworkIndicator, {
|
||||||
network: this.props.network,
|
network: this.props.network,
|
||||||
provider: this.props.provider,
|
provider: this.props.provider
|
||||||
onClick: (event) => {
|
onClick: (event) => {
|
||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
event.stopPropagation()
|
event.stopPropagation()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user