From 7507190f26d4deeb7287a870d8881aeeac41116f Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Tue, 4 Mar 2025 10:39:00 +0100 Subject: [PATCH] fix layout --- .../etf/[tickerID]/options/+layout.svelte | 30 +++++++++++-------- .../stocks/[tickerID]/options/+layout.svelte | 12 ++++++-- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/src/routes/etf/[tickerID]/options/+layout.svelte b/src/routes/etf/[tickerID]/options/+layout.svelte index 7216963f..6f0c6cb2 100644 --- a/src/routes/etf/[tickerID]/options/+layout.svelte +++ b/src/routes/etf/[tickerID]/options/+layout.svelte @@ -20,10 +20,8 @@ if (state !== "overview" && subSectionMap[state]) { displaySubSection = state; - //goto(`/etf/${$etfTicker}${subSectionMap[state]}`); } else { displaySubSection = state; - //goto(`/etf/${$etfTicker}/statistics`); } } @@ -58,13 +56,17 @@
-
+
-