diff --git a/app/components/TimeNode/TimeNodeStatistics.js b/app/components/TimeNode/TimeNodeStatistics.js index 3e8529a6..15a27869 100644 --- a/app/components/TimeNode/TimeNodeStatistics.js +++ b/app/components/TimeNode/TimeNodeStatistics.js @@ -67,6 +67,10 @@ class TimeNodeStatistics extends Component { await this.props.timeNodeStore.getDAYBalance(); } + getBalanceNotification() { + return Number(this.props.timeNodeStore.balanceETH) > 0 ? null : ; + } + componentWillUnmount() { clearInterval(this.interval); } @@ -87,6 +91,7 @@ class TimeNodeStatistics extends Component { return (
{this.state.timeNodeDisabled ? dayTokenError : null} + {this.getBalanceNotification()}

Your TimeNode is currently {timeNodeStatus}.