diff --git a/frontend/src/lib/timeline/TagChip.svelte b/frontend/src/lib/timeline/TagChip.svelte
index 914c964d..1cceecc9 100644
--- a/frontend/src/lib/timeline/TagChip.svelte
+++ b/frontend/src/lib/timeline/TagChip.svelte
@@ -23,22 +23,19 @@ const squareStyle = $derived(color ? `background-color: var(--c-tag-${color})` :
class="mt-1 self-start rounded-full border border-line bg-surface px-2 py-0.5"
>
{m.timeline_tag_chip_label()}:
- {#if color}
-
- {:else}
-
- {/if}
+
+
+
{name}{name}