From 86766df9dd2f4f32298bf2504a6bb5bc671e3bdb Mon Sep 17 00:00:00 2001 From: Daniel Osterkamp Date: Wed, 28 Oct 2020 17:51:05 +0100 Subject: [PATCH] Again fix --- MMM-COVID19-AMPEL.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MMM-COVID19-AMPEL.js b/MMM-COVID19-AMPEL.js index 0d721ac..7b22d99 100644 --- a/MMM-COVID19-AMPEL.js +++ b/MMM-COVID19-AMPEL.js @@ -54,7 +54,7 @@ Module.register("MMM-COVID19-AMPEL", { getDom: function () { var wrapper = document.createElement("table") - + if (this.globalIncidents === null || this.globalIncidents === undefined) return wrapper if (Object.entries(this.globalIncidents).length === 0) return wrapper var globalStats = this.globalIncidents