From 6f17a69e260d64d7b4ee139fad1ffaf0df89b583 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 15 Dec 2025 18:30:50 -0800 Subject: [PATCH] fix: show both tags if unique --- .../database/cells/CharacterNameCell.svelte | 42 ++++++++++++++----- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/src/lib/components/database/cells/CharacterNameCell.svelte b/src/lib/components/database/cells/CharacterNameCell.svelte index 8529a71e..d006e4df 100644 --- a/src/lib/components/database/cells/CharacterNameCell.svelte +++ b/src/lib/components/database/cells/CharacterNameCell.svelte @@ -3,7 +3,9 @@
{displayName} - {#if hasSeason || hasSeries} + {#if hasSeason || hasDistinctSeries}
{#if hasSeason} {/if} - {#if !hasSeason && hasSeries} + {#if hasDistinctSeries} {/if}