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