oops
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-06 00:02:58 +02:00
parent c5af5860bf
commit 03eccfff1f
+1 -1
View File
@@ -28,7 +28,7 @@
let title = "";
$: {
if (count > 0 && target > 0) {
if (target > 0) {
let level = Math.floor(count / target);
if (level >= COLORS.length - 1 || (level > 1 && green)) {
offs = 0;