ui fix
This commit is contained in:
parent
41c0b85c99
commit
e114955966
@ -135,7 +135,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getPriceForecastChart() {
|
function getPriceForecastChart() {
|
||||||
const historicalData = data?.getPriceAnalysis?.pastPriceList || [];
|
const historicalData = data?.getAnalystSummary?.pastPriceList || [];
|
||||||
const forecastTargets = {
|
const forecastTargets = {
|
||||||
low: lowPriceTarget,
|
low: lowPriceTarget,
|
||||||
avg: avgPriceTarget,
|
avg: avgPriceTarget,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user