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 (

Choose a Night

@@ -125,6 +125,23 @@ export default function PlayPage() { + {filteredMaps.length === 0 && ( +
+
+
+

Congratulations!

+

+ You completed all maps, consider creating and publishing your + own map. +

+
+ +
+
+ )} +
{filteredMaps.map((map) => (