This commit is contained in:
tree 2022-04-12 09:59:52 +02:00
rodič 4281a9018f
revize 8ec6e857a3
1 změnil soubory, kde provedl 3 přidání a 1 odebrání

Zobrazit soubor

@ -77,7 +77,9 @@
</div>
{/if}
{#if childrens.length}
<div><h2 class="text uppercase mb-4">Obsahuje události ({ childrens.length })</h2></div>
<div class="mt-6">
<h2 class="text uppercase mb-4">Obsahuje události ({ childrens.length })</h2>
</div>
<div>
{#each childrens as child}
<Event event={child} />