diff --git a/src/routes/stocks/[tickerID]/+page.svelte b/src/routes/stocks/[tickerID]/+page.svelte index bf1c3b1b..b272f2c5 100644 --- a/src/routes/stocks/[tickerID]/+page.svelte +++ b/src/routes/stocks/[tickerID]/+page.svelte @@ -1129,7 +1129,9 @@ class="whitespace-nowrap px-0.5 py-[1px] text-left text-smaller font-semibold tiny:text-base xs:px-1 sm:py-2 sm:text-right sm:text-small" >{$wsBidPrice !== 0 && $wsBidPrice !== null ? $wsBidPrice - : (data?.getStockQuote?.bid ?? "-")}