From d13d64c0dd8adb58969f9dbf828ccb3d2e2e85a4 Mon Sep 17 00:00:00 2001 From: Richard Hopkins Date: Mon, 11 May 2020 11:47:48 +0100 Subject: [PATCH] Bug fix --- apps/gallifr/app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/gallifr/app.js b/apps/gallifr/app.js index 7d950f05a..12c629dc0 100644 --- a/apps/gallifr/app.js +++ b/apps/gallifr/app.js @@ -86,7 +86,9 @@ const drawThickLine = (params) => { const drawHands = () => { drawMinuteHand(); drawHourHand(); - if (decoration) {drawDecoration()}; + if (decoration) { + drawDecoration(); + } }; const drawDecoration = () => {