sms and update admin

changes
This commit is contained in:
2026-06-12 12:57:23 +05:45
parent 3b529327bf
commit 85e87beaf6
8 changed files with 519 additions and 13 deletions
+1 -1
View File
@@ -295,7 +295,7 @@
}
p.shots.forEach((result, i) => {
if (lastShots[i] === undefined) renderShot(i, result);
if (lastShots[i] === undefined || lastShots[i] !== result) renderShot(i, result);
});
lastShots = [...p.shots];