fix: only show one charactertag in db list

This commit is contained in:
Justin Edmund 2025-12-15 17:56:08 -08:00
parent cfcda8f01e
commit a50929acf7

View file

@ -37,9 +37,6 @@
{#if hasSeason}
<CharacterTag {character} type="season" />
{/if}
{#if hasSeries}
<CharacterTag {character} type="series" />
{/if}
</div>
{/if}
</div>