aboutsummaryrefslogtreecommitdiffstats
path: root/ui/responsive/app/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/responsive/app/app.js')
-rw-r--r--ui/responsive/app/app.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/responsive/app/app.js b/ui/responsive/app/app.js
index 1ac9bea78..1cfa2d7a9 100644
--- a/ui/responsive/app/app.js
+++ b/ui/responsive/app/app.js
@@ -210,6 +210,7 @@ App.prototype.renderNetworkDropdown = function () {
},
innerStyle: {},
}, [
+
h(
DropdownMenuItem,
{
@@ -233,7 +234,8 @@ App.prototype.renderNetworkDropdown = function () {
h('.menu-icon.red-dot'),
'Ropsten Test Network',
providerType === 'ropsten' ? h('.check', '✓') : null,
- ]),
+ ]
+ ),
h(
DropdownMenuItem,
@@ -289,6 +291,7 @@ App.prototype.renderNetworkDropdown = function () {
activeNetwork === 'custom' ? h('.check', '✓') : null,
]
),
+
])
}