diff --git a/src/routes/stocks/[tickerID]/+page.svelte b/src/routes/stocks/[tickerID]/+page.svelte index 53f1cd29..8019fe7b 100644 --- a/src/routes/stocks/[tickerID]/+page.svelte +++ b/src/routes/stocks/[tickerID]/+page.svelte @@ -85,8 +85,6 @@ break; } } - } else if (displayData === "6M") { - currentDataRow = sixMonthPrice?.slice(-1)?.at(0); } //currentDataRow = oneWeekPrice.slice(-1)[0] @@ -685,11 +683,11 @@ async function exportData() {