increase time & show extra

This commit is contained in:
2026-01-14 22:53:11 +03:00
parent 44e2730428
commit 7b6fe140ad
4 changed files with 33 additions and 18 deletions

View File

@@ -82,7 +82,7 @@ export default function PickupEstimateContent({
let hour = nextHour;
let minute = nextMinute;
for (let i = 1; i < 48; i++) {
for (let i = 0; i <= 96; i++) {
const time = dayjs().hour(hour).minute(minute).second(0);
const formatted = time.format("h:mm A");