bugfixing: consider high price target instead median on dashboard
This commit is contained in:
parent
2a8c9d97c8
commit
a405475bd1
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user