diff --git a/app/play/page.tsx b/app/play/page.tsx index 1d9b0d6..ff62acc 100644 --- a/app/play/page.tsx +++ b/app/play/page.tsx @@ -77,7 +77,7 @@ export default function PlayPage() { return true; }); - if (!filteredMaps) { + if (filteredMaps === undefined) { return (
+ You completed all maps, consider creating and publishing your + own map. +
+