diff --git a/src/components/Dashboard.vue b/src/components/Dashboard.vue index 9e9cf7c..4fc17c7 100644 --- a/src/components/Dashboard.vue +++ b/src/components/Dashboard.vue @@ -388,7 +388,9 @@ const now = parseInt(new Date() / 1000); const lastUpdate = this.getLastUpdate(); - if(!lastUpdate) { + if (!this.syncData.last_soc) { + this.dataOutdatedMessage = 'Data is loading. Please wait for dashboard to update'; + } else if(!lastUpdate) { this.dataOutdatedMessage = `There has never been a connection to a car. Please connect your car first time.` } else { this.dataOutdatedMessage =