From c0064a958be177d9dd036a1ab956f32e8fdc163c Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Fri, 28 Feb 2025 12:21:09 +0100 Subject: [PATCH] ui fix --- src/routes/affiliate-program/+page.svelte | 107 +++++++++--------- .../stocks/[tickerID]/dividends/+page.svelte | 18 --- .../stocks/[tickerID]/forecast/+page.svelte | 2 - 3 files changed, 53 insertions(+), 74 deletions(-) diff --git a/src/routes/affiliate-program/+page.svelte b/src/routes/affiliate-program/+page.svelte index d777504f..4e707890 100644 --- a/src/routes/affiliate-program/+page.svelte +++ b/src/routes/affiliate-program/+page.svelte @@ -7,63 +7,62 @@ + diff --git a/src/routes/stocks/[tickerID]/dividends/+page.svelte b/src/routes/stocks/[tickerID]/dividends/+page.svelte index ae4cdba9..c6b951df 100644 --- a/src/routes/stocks/[tickerID]/dividends/+page.svelte +++ b/src/routes/stocks/[tickerID]/dividends/+page.svelte @@ -292,21 +292,3 @@ - - diff --git a/src/routes/stocks/[tickerID]/forecast/+page.svelte b/src/routes/stocks/[tickerID]/forecast/+page.svelte index 8b6f4869..6b2c8d21 100644 --- a/src/routes/stocks/[tickerID]/forecast/+page.svelte +++ b/src/routes/stocks/[tickerID]/forecast/+page.svelte @@ -101,8 +101,6 @@ recommendationList = rawAnalystList?.length > 5 ? rawAnalystList?.slice(-6) : rawAnalystList; categories = ["Strong Buy", "Buy", "Hold", "Sell", "Strong Sell"]; - - console.log(recommendationList); } optionsData = getPlotOptions() || null;