bugfixing

This commit is contained in:
MuslemRahimi 2025-03-05 01:17:28 +01:00
parent 0555587b9d
commit 110b5d10cf

View File

@ -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