Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Osterkamp authored and Daniel Osterkamp committed Oct 28, 2020
1 parent 2f07943 commit f72dced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MMM-COVID19-AMPEL.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Module.register("MMM-COVID19-AMPEL", {
getDom: function () {
var wrapper = document.createElement("table")

if (Object.entries(this.globalIncidents).length === 0 || this.globalIncidents === null || globalThis.globalIncidents === undefined) return wrapper
if (Object.entries(this.globalIncidents).length === 0) return wrapper

var globalStats = this.globalIncidents

Expand Down

0 comments on commit f72dced

Please sign in to comment.