ui fix
This commit is contained in:
parent
cc4edb7acf
commit
705c33f10f
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user