update-all

This commit is contained in:
TuanVT 2026-06-06 01:27:54 +07:00
parent 4e2807de8a
commit 568458e098

View File

@ -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 (