From f75e5b9a926b2c850f21a065bd42bcecb8c192f7 Mon Sep 17 00:00:00 2001 From: Maarten Date: Tue, 15 Oct 2024 00:05:57 +0200 Subject: [PATCH] Bubble for each actor nation --- src/lib/components/Timeline.svelte | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/lib/components/Timeline.svelte b/src/lib/components/Timeline.svelte index 21abdd4..f2f8ab5 100644 --- a/src/lib/components/Timeline.svelte +++ b/src/lib/components/Timeline.svelte @@ -153,13 +153,13 @@ {/each} {#each cases as attrCase} {#if attrCase.show} - + {#each attrCase.actor_nation as actorNat} {#if attrCase.offline_mobilization == '1'} - + {/each} {/if} {/each}