Skip to content

Commit ec77898

Browse files
committed
Update code docs
1 parent 614e6ea commit ec77898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/components_Clock.bs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
displayedMinute = StrI(currentMinutes).trim()
4040

4141
if m.global.device.clockFormat = "24h"
42-
if m.currentHours < 10
42+
if currentHours < 10
4343
displayedHour = "0" + displayedHour
4444
end if
4545
else

0 commit comments

Comments
 (0)