diff --git a/src/lib/components/AnalystCard.svelte b/src/lib/components/AnalystCard.svelte index ee37af94..80a0258f 100644 --- a/src/lib/components/AnalystCard.svelte +++ b/src/lib/components/AnalystCard.svelte @@ -71,7 +71,7 @@ {abbreviateNumber(Math.abs(changesPercentage))}% {:else if changesPercentage >= 0} The Stock Price has an upside of - {abbreviateNumber(Math.abs(changesPercentage))}% + {abbreviateNumber(Math.abs(changesPercentage))}% {/if} based on {numOfAnalyst} analysts in the past 12 months. diff --git a/src/lib/components/DCF.svelte b/src/lib/components/DCF.svelte index 301a4d0e..d3af3ef4 100644 --- a/src/lib/components/DCF.svelte +++ b/src/lib/components/DCF.svelte @@ -267,7 +267,7 @@ $: { {#if change < -3 } - + Buy diff --git a/src/lib/components/MiniPlot.svelte b/src/lib/components/MiniPlot.svelte index a7dfb22d..5c9a55ca 100644 --- a/src/lib/components/MiniPlot.svelte +++ b/src/lib/components/MiniPlot.svelte @@ -144,7 +144,7 @@ if(chart && typeof window !== 'undefined') {title}