pull/404/head
Richard Hopkins 2020-05-11 11:47:48 +01:00
parent 64684680b2
commit d13d64c0dd
1 changed files with 3 additions and 1 deletions

View File

@ -86,7 +86,9 @@ const drawThickLine = (params) => {
const drawHands = () => {
drawMinuteHand();
drawHourHand();
if (decoration) {drawDecoration()};
if (decoration) {
drawDecoration();
}
};
const drawDecoration = () => {