diff options
Diffstat (limited to 'ui/app/components/drop-menu-item.js')
-rw-r--r-- | ui/app/components/drop-menu-item.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/components/drop-menu-item.js b/ui/app/components/drop-menu-item.js index a31c9c7c4..00bb16868 100644 --- a/ui/app/components/drop-menu-item.js +++ b/ui/app/components/drop-menu-item.js @@ -41,7 +41,8 @@ DropMenuItem.prototype.activeNetworkRender = function () { if (activeNetwork === '2') return h('.check', ' ✓') break case 'Localhost 8545': - if (activeNetwork > '2') return h('.check', ' ✓') + debugger + if (activeNetwork === 'http://localhost:8545') return h('.check', ' ✓') break default: if (activeNetwork === 'custom') return h('.check', ' ✓') |