mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-05 05:27:30 +08:00
[F] If id is 0, skip
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
let gameIndex = gameIndexMap[game as keyof typeof gameIndexMap];
|
||||
</script>
|
||||
|
||||
{#if mapData[0] !== 0}
|
||||
<div class="map-detail-container" transition:slide>
|
||||
<div class="scores">
|
||||
<div>
|
||||
@@ -55,6 +56,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<style lang="sass">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user