ui fix
This commit is contained in:
parent
a1d0ebbce8
commit
7fffaa205d
@ -398,14 +398,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const nyseDate = new Date(
|
const nyseDate = data?.getFlowData?.at(0)?.date
|
||||||
data?.getFlowData?.at(0)?.date ?? null,
|
? new Date(data.getFlowData.at(0).date).toLocaleString("en-US", {
|
||||||
)?.toLocaleString("en-US", {
|
month: "short",
|
||||||
month: "short",
|
day: "numeric",
|
||||||
day: "numeric",
|
year: "numeric",
|
||||||
year: "numeric",
|
timeZone: "America/New_York",
|
||||||
timeZone: "Europe/Berlin",
|
})
|
||||||
});
|
: null;
|
||||||
|
|
||||||
let rawData = data?.getFlowData?.filter((item) =>
|
let rawData = data?.getFlowData?.filter((item) =>
|
||||||
Object?.values(item)?.every(
|
Object?.values(item)?.every(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user