ui fix
This commit is contained in:
parent
cc4edb7acf
commit
705c33f10f
@ -1768,23 +1768,8 @@
|
|||||||
<div>
|
<div>
|
||||||
<strong>{item?.name}</strong>
|
<strong>{item?.name}</strong>
|
||||||
(<HoverStockChart symbol={item?.symbol} />)
|
(<HoverStockChart symbol={item?.symbol} />)
|
||||||
{item?.isToday
|
will report
|
||||||
? "will report today"
|
|
||||||
: [
|
|
||||||
"Monday",
|
|
||||||
"Tuesday",
|
|
||||||
"Wednesday",
|
|
||||||
"Thursday",
|
|
||||||
].includes(
|
|
||||||
new Date().toLocaleDateString(
|
|
||||||
"en-US",
|
|
||||||
{
|
|
||||||
weekday: "long",
|
|
||||||
},
|
|
||||||
),
|
|
||||||
)
|
|
||||||
? "will report tomorrow"
|
|
||||||
: "will report Monday"}
|
|
||||||
{#if item?.time}
|
{#if item?.time}
|
||||||
{#if compareTimes(item?.time, "16:00") >= 0}
|
{#if compareTimes(item?.time, "16:00") >= 0}
|
||||||
after market closes.
|
after market closes.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user