From 2f665ba11593fd88d2d6a7523c01d9c6b5f14dc4 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Thu, 3 Nov 2016 20:17:59 +0100 Subject: [PATCH] Remove network label from TabBar (#3142) --- js/src/views/Application/TabBar/tabBar.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/js/src/views/Application/TabBar/tabBar.js b/js/src/views/Application/TabBar/tabBar.js index 057ffd169..f90bc4438 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 = ( - - ); + // const { isTest, netChain } = this.props; + // const bubble = ( + // + // ); - return this.renderLabel(label, bubble); + return this.renderLabel(label, null); } onActivate = (activeRoute) => {