From c240bf8873fe7e8f1dfa77ccaceed0f9bf7567cc Mon Sep 17 00:00:00 2001 From: silberengel Date: Thu, 14 Aug 2025 06:43:55 +0200 Subject: [PATCH] removed if-browser from layout --- src/routes/publication/[type]/[identifier]/+layout.svelte | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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