diff --git a/src/routes/stocks/[tickerID]/statistics/employees/+layout.svelte b/src/routes/stocks/[tickerID]/statistics/employees/+layout.svelte index f81833de..b0af19b3 100644 --- a/src/routes/stocks/[tickerID]/statistics/employees/+layout.svelte +++ b/src/routes/stocks/[tickerID]/statistics/employees/+layout.svelte @@ -42,16 +42,16 @@
-

Related Stocks

+

Related Stocks

-
Company Employees
{item?.symbol}{item?.employees !== null && item?.employees !== undefined ? parseFloat(item?.employees).toLocaleString( diff --git a/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte b/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte index df16eb94..569efab7 100644 --- a/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte +++ b/src/routes/stocks/[tickerID]/statistics/market-cap/+layout.svelte @@ -107,16 +107,16 @@
-

Related Stocks

+

Related Stocks

0} -
Company Market Cap
{item?.symbol}{abbreviateNumber(item?.marketCap)}