From a53ed9e17fb3980b368857cd2c8b9d32af1f94cb Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Tue, 20 Aug 2024 14:35:48 +0200 Subject: [PATCH] ui fix --- .../stocks/[tickerID]/stats/market-cap/+page.svelte | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/routes/stocks/[tickerID]/stats/market-cap/+page.svelte b/src/routes/stocks/[tickerID]/stats/market-cap/+page.svelte index eb1cd4d6..1637fc9a 100644 --- a/src/routes/stocks/[tickerID]/stats/market-cap/+page.svelte +++ b/src/routes/stocks/[tickerID]/stats/market-cap/+page.svelte @@ -298,7 +298,7 @@ async function plotData() - + {#if rawData?.length !== 0}
@@ -405,8 +405,15 @@ async function plotData()
+ + {:else} +

+ No data available +

+ {/if} -
+ + {:else}