diff --git a/components/src/Caption/Caption.stories.svelte b/components/src/Caption/Caption.stories.svelte index cff6bb61..ab795dca 100644 --- a/components/src/Caption/Caption.stories.svelte +++ b/components/src/Caption/Caption.stories.svelte @@ -1,5 +1,6 @@ -
- {#if children} - {@render children()} - {/if} -
+ + {@render children?.()} +