diff --git a/html/src/app.js b/html/src/app.js
index a7958e39..f016f8c2 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -8035,9 +8035,9 @@ speechSynthesis.getVoices();
return timeToText(Date.now() - ctx.ref.$online_for);
} else if (ctx.ref.$offline_for) {
return timeToText(Date.now() - ctx.ref.$offline_for);
- } else {
- return '-';
}
+
+ return '-';
};
$app = new Vue($app);