From 250fdbd3b1535c47afde994e7c085c7ed662ea04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Sat, 13 Dec 2025 00:28:26 -0300 Subject: [PATCH] fix range --- .../app/routes/_.$orgid.billing._index/range-period.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/admin.saladeaula.digital/app/routes/_.$orgid.billing._index/range-period.tsx b/apps/admin.saladeaula.digital/app/routes/_.$orgid.billing._index/range-period.tsx index 59854c1..a8b590a 100644 --- a/apps/admin.saladeaula.digital/app/routes/_.$orgid.billing._index/range-period.tsx +++ b/apps/admin.saladeaula.digital/app/routes/_.$orgid.billing._index/range-period.tsx @@ -21,7 +21,7 @@ export function RangePeriod({ }: RangePeriodProps) { const [, setSearchParams] = useSearchParams() const prevPeriod = billingPeriod(billingDay, subMonths(startDate, 1)) - const nextPeriod = billingPeriod(billingDay, addMonths(endDate, 1)) + const nextPeriod = billingPeriod(billingDay, addMonths(startDate, 1)) const [nextDate] = nextPeriod return (