This commit is contained in:
MuslemRahimi 2024-12-17 18:43:09 +01:00
parent cc4edb7acf
commit 705c33f10f

View File

@ -1768,23 +1768,8 @@
<div>
<strong>{item?.name}</strong>
(<HoverStockChart symbol={item?.symbol} />)
{item?.isToday
? "will report today"
: [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
].includes(
new Date().toLocaleDateString(
"en-US",
{
weekday: "long",
},
),
)
? "will report tomorrow"
: "will report Monday"}
will report
{#if item?.time}
{#if compareTimes(item?.time, "16:00") >= 0}
after market closes.