minor fixes

This commit is contained in:
rngsurrounded
2025-03-04 05:50:58 +09:00
parent 8de84c82d1
commit edfa6f9ec8
@@ -60,7 +60,6 @@ const CompetitionSession = () => {
setTimeout(() => { setTimeout(() => {
window.location.reload(); window.location.reload();
setIsReloading(false);
}, 2500); }, 2500);
}, },
onError: (error) => { onError: (error) => {