diff --git a/src/routes/stocks/[tickerID]/stats/ratios/+page.svelte b/src/routes/stocks/[tickerID]/stats/ratios/+page.svelte index 56b3a388..7d9d6b0e 100644 --- a/src/routes/stocks/[tickerID]/stats/ratios/+page.svelte +++ b/src/routes/stocks/[tickerID]/stats/ratios/+page.svelte @@ -309,11 +309,12 @@ displayStatement = 'priceEarningsRatio'; + $: { if (timeFrame || displayStatement || filterRule) { if (filterRule === 'annual') { - fullStatement = sumQuarterlyResultsByYear(data?.getRatiosStatement, namingList) + fullStatement = sumQuarterlyResultsByYear(data?.getRatiosStatement) } else { fullStatement = data?.getRatiosStatement; @@ -333,7 +334,6 @@ $: { } } - @@ -350,7 +350,6 @@ $: { - @@ -358,7 +357,6 @@ $: { - @@ -415,7 +413,7 @@ $: { -