feat(*): Hide notes if there are none

This commit is contained in:
Josh Creek
2024-07-12 14:38:30 +01:00
parent 72254fb479
commit 3d42bef3e5
@@ -49,7 +49,9 @@
{#if showForms}
<p><strong>Can Gigantamax:</strong> {pokedexEntry.canGigantamax ? 'Yes' : 'No'}</p>
{/if}
{#if pokedexEntry.notes}
<p><strong>Notes:</strong> {pokedexEntry.notes}</p>
{/if}
</div>
</div>