bugfixing
This commit is contained in:
parent
0555587b9d
commit
110b5d10cf
@ -218,7 +218,7 @@
|
|||||||
{
|
{
|
||||||
value:
|
value:
|
||||||
displayData === "1D"
|
displayData === "1D"
|
||||||
? data?.getStockQuote?.previousClose
|
? priceData?.at(0)?.close
|
||||||
: priceData?.at(0)?.close,
|
: priceData?.at(0)?.close,
|
||||||
dashStyle: "Dash",
|
dashStyle: "Dash",
|
||||||
color: "#fff", // Choose a contrasting color if needed
|
color: "#fff", // Choose a contrasting color if needed
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user