This commit is contained in:
2023-10-29 18:06:08 +05:00
parent acb60219d2
commit ab347bc95b
14 changed files with 115 additions and 80 deletions
-2
View File
@@ -81,8 +81,6 @@ function StreamPage() {
const diffMs = differenceInMilliseconds(new Date(), date);
setStopwatch(format(diffMs, "mm:ss"));
console.log();
setTimeout(() => {
updateStartDate(date);
}, 1000);