bugfixing: consider high price target instead median on dashboard

This commit is contained in:
MuslemRahimi 2024-12-02 10:31:14 +01:00
parent 2a8c9d97c8
commit a405475bd1

View File

@ -54,7 +54,8 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<title> <title>
{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Stocknear - Free Online Stock Analysis for Investors {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Stocknear
- Free Online Stock Analysis for Investors
</title> </title>
<meta <meta
@ -545,10 +546,10 @@
symbol={analystReport?.symbol} symbol={analystReport?.symbol}
/> />
stock is "{analystReport?.consensusRating}" The 12-month stock stock is "{analystReport?.consensusRating}" The 12-month stock
price forecast is ${analystReport?.medianPriceTarget}, which price forecast is ${analystReport?.highPriceTarget}, which is
is an {analystReport?.medianPriceChange > 0 an {analystReport?.highPriceChange > 0
? "increase" ? "increase"
: "decreas"} of {analystReport?.medianPriceChange}% from the : "decreas"} of {analystReport?.highPriceChange}% from the
latest price. latest price.
</div> </div>
<table <table