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 = () => {