diff --git a/react/components/admin/dashboard/AffiliateOrdersTable.tsx b/react/components/admin/dashboard/AffiliateOrdersTable.tsx index bee198d2..eb720716 100644 --- a/react/components/admin/dashboard/AffiliateOrdersTable.tsx +++ b/react/components/admin/dashboard/AffiliateOrdersTable.tsx @@ -141,7 +141,7 @@ const AffiliateOrdersTable: FC = () => { ? new Date(query.endDate) : new Date() - minInitialDate.setMonth(minInitialDate.getMonth() - 3) + minInitialDate.setMonth(minInitialDate.getMonth() - 6) const [startDate, setStartDate] = useState(startDateInitialValue) const [endDate, setEndDate] = useState(endDateInitialValue) // We need to do this because of a circular dependency