From 522297ca7a42d06769ee659ee16c4a381bf2eaa1 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Thu, 3 Nov 2016 16:40:40 +0100 Subject: [PATCH] Remove network label from TabBar --- js/src/views/Application/TabBar/tabBar.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/js/src/views/Application/TabBar/tabBar.js b/js/src/views/Application/TabBar/tabBar.js index 057ffd169a6..f90bc44387e 100644 --- a/js/src/views/Application/TabBar/tabBar.js +++ b/js/src/views/Application/TabBar/tabBar.js @@ -149,15 +149,15 @@ class TabBar extends Component { } renderStatusLabel = (label) => { - const { isTest, netChain } = this.props; - const bubble = ( - - ); - - return this.renderLabel(label, bubble); + // const { isTest, netChain } = this.props; + // const bubble = ( + // + // ); + + return this.renderLabel(label, null); } onActivate = (activeRoute) => {