diff --git a/AquaNet/src/components/MapDetails.svelte b/AquaNet/src/components/MapDetails.svelte index 6a598378..3bca1452 100644 --- a/AquaNet/src/components/MapDetails.svelte +++ b/AquaNet/src/components/MapDetails.svelte @@ -26,6 +26,7 @@ let gameIndex = gameIndexMap[game as keyof typeof gameIndexMap]; +{#if mapData[0] !== 0}
@@ -55,6 +56,7 @@
+{/if}