diff --git a/src/routes/udalosti.svelte b/src/routes/udalosti.svelte index 41993e7..8b8cf74 100644 --- a/src/routes/udalosti.svelte +++ b/src/routes/udalosti.svelte @@ -76,6 +76,12 @@ {/if} + {#if e.parent} +
+

Součást události:

+ ev.id === e.parent)} /> +
+ {/if} {#if childrens.length}

Obsahuje události ({ childrens.length })