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 @@
-
+
-