mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-13 19:13:43 +00:00
feat(*): Hide notes if there are none
This commit is contained in:
@@ -49,7 +49,9 @@
|
||||
{#if showForms}
|
||||
<p><strong>Can Gigantamax:</strong> {pokedexEntry.canGigantamax ? 'Yes' : 'No'}</p>
|
||||
{/if}
|
||||
<p><strong>Notes:</strong> {pokedexEntry.notes}</p>
|
||||
{#if pokedexEntry.notes}
|
||||
<p><strong>Notes:</strong> {pokedexEntry.notes}</p>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user