diff --git a/app/components/MonthSelect.tsx b/app/components/MonthSelect.tsx index 139b3d4..78cbc50 100644 --- a/app/components/MonthSelect.tsx +++ b/app/components/MonthSelect.tsx @@ -45,7 +45,7 @@ export const MonthSelect = ({ months, defaultMonth }: MonthSelectProps) => { const queryString = new URLSearchParams({ month }).toString(); router.replace(`${pathname}?${queryString}`); }, - [dispatch, pathname, router], + [pathname, router], ); return (