diff --git a/apps/worldclock/app.js b/apps/worldclock/app.js index 48326c2cd..4207566ec 100644 --- a/apps/worldclock/app.js +++ b/apps/worldclock/app.js @@ -136,7 +136,7 @@ function draw() { true ); g.setFontAlign(1, 0); - g.drawString(`${time}`, xcol2, yposWorld + index * 15, true); + g.drawString(time, xcol2, yposWorld + index * 15, true); } });