Skip to content

Merge dev into main. Integrate latest bug fixes and improvements. #1631

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 14, 2025
Merged
Prev Previous commit
Next Next commit
Removed console.log
  • Loading branch information
gogo4ds committed May 13, 2025
commit 0a169ddd0398ca90b852d5e6fc369fab0a68bb1d
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ const ContestsPage = () => {

useEffect(() => {
if (allContests && !isNilOrEmpty(allContests)) {
console.log('allContests fetched', allContests);
console.log('type of allContests fetched', typeof allContests);
dispatch(setContests(allContests));
}
}, [ allContests, dispatch ]);
Expand Down