aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 156490914..f3661568f 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -264,7 +264,7 @@ App.prototype.renderNetworkDropdown = function () {
provider: props.provider,
}),
- h(DropMenuItem, {
+ h(DropMenuItem, {
label: 'Rinkeby Test Network',
closeMenu: () => this.setState({ isNetworkMenuOpen: false}),
action: () => props.dispatch(actions.setProviderType('rinkeby')),