fix: show series tag if season tag is empty
This commit is contained in:
parent
a50929acf7
commit
7b3bf2c51e
1 changed files with 3 additions and 0 deletions
|
|
@ -37,6 +37,9 @@
|
|||
{#if hasSeason}
|
||||
<CharacterTag {character} type="season" />
|
||||
{/if}
|
||||
{#if !hasSeason && hasSeries}
|
||||
<CharacterTag {character} type="series" />
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue