update-all
This commit is contained in:
parent
4e2807de8a
commit
568458e098
@ -34,12 +34,7 @@ export default function DateOption({
|
|||||||
shadow-xl
|
shadow-xl
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
{(showOptionAll
|
{ListOptionFilterDate.map((item) => {
|
||||||
? ListOptionFilterDate
|
|
||||||
: ListOptionFilterDate.filter(
|
|
||||||
(item) => item.value !== TYPE_DATE.TODAY,
|
|
||||||
)
|
|
||||||
).map((item) => {
|
|
||||||
const active = item.value === typeDate;
|
const active = item.value === typeDate;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user