diff --git a/src/pages/homepage/index.tsx b/src/pages/homepage/index.tsx index 920a078..637d9a5 100644 --- a/src/pages/homepage/index.tsx +++ b/src/pages/homepage/index.tsx @@ -84,9 +84,10 @@ export function Index() { const tempHolder: Record = {}; for (const schedule of scheduleChunk) { const parseDatetime = dayjs(schedule.departure_datetime).diff( - dayjs(), + dayjs().startOf('day'), "days" ); + if (parseDatetime == 0) { if ( !(