mirror of https://github.com/espruino/BangleApps
Bug fix
parent
64684680b2
commit
d13d64c0dd
|
@ -86,7 +86,9 @@ const drawThickLine = (params) => {
|
|||
const drawHands = () => {
|
||||
drawMinuteHand();
|
||||
drawHourHand();
|
||||
if (decoration) {drawDecoration()};
|
||||
if (decoration) {
|
||||
drawDecoration();
|
||||
}
|
||||
};
|
||||
|
||||
const drawDecoration = () => {
|
||||
|
|
Loading…
Reference in New Issue