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 :