diff --git a/src/routes/publication/[type]/[identifier]/+layout.svelte b/src/routes/publication/[type]/[identifier]/+layout.svelte index c14d288..9ebd55c 100644 --- a/src/routes/publication/[type]/[identifier]/+layout.svelte +++ b/src/routes/publication/[type]/[identifier]/+layout.svelte @@ -29,6 +29,4 @@ -{#if browser} - {@render children()} -{/if} +{@render children()} \ No newline at end of file