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}
|
{#if hasSeason}
|
||||||
<CharacterTag {character} type="season" />
|
<CharacterTag {character} type="season" />
|
||||||
{/if}
|
{/if}
|
||||||
|
{#if !hasSeason && hasSeries}
|
||||||
|
<CharacterTag {character} type="series" />
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue