diff --git a/src/lib/components/FinancialTable.svelte b/src/lib/components/FinancialTable.svelte index 4ba7d754..9ad78c32 100644 --- a/src/lib/components/FinancialTable.svelte +++ b/src/lib/components/FinancialTable.svelte @@ -33,7 +33,9 @@ {#each computedFields as { label, key, isMargin } (key)} - + diff --git a/src/routes/stocks/[tickerID]/metrics/+page.svelte b/src/routes/stocks/[tickerID]/metrics/+page.svelte index e7956c65..4b10dd98 100644 --- a/src/routes/stocks/[tickerID]/metrics/+page.svelte +++ b/src/routes/stocks/[tickerID]/metrics/+page.svelte @@ -170,12 +170,12 @@ Quarter {#each geographicXData as item} {new Date(item ?? null)?.toLocaleString("en-US", { month: "short", day: "numeric", @@ -194,7 +194,7 @@ > {#each geographiCategoryValues[index] as value} {@html value !== null && value !== 0 && @@ -271,7 +271,7 @@ > {#each operatingExpensesCategoryValues[index] as value} {@html value !== null && value !== 0 &&