diff --git a/services/frontend/src/pages/CompetitionSession/index.tsx b/services/frontend/src/pages/CompetitionSession/index.tsx index 9208099..15cf56f 100644 --- a/services/frontend/src/pages/CompetitionSession/index.tsx +++ b/services/frontend/src/pages/CompetitionSession/index.tsx @@ -60,7 +60,6 @@ const CompetitionSession = () => { setTimeout(() => { window.location.reload(); - setIsReloading(false); }, 2500); }, onError: (error) => {