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) => {