diff --git a/app/ui/MonthLocationList.tsx b/app/ui/MonthLocationList.tsx index dc29c08..767ff56 100644 --- a/app/ui/MonthLocationList.tsx +++ b/app/ui/MonthLocationList.tsx @@ -83,12 +83,6 @@ export const MonthLocationList:React.FC = ({ params.delete('locationDeleted'); messageShown = true; } - - // Clean up URL parameters if any message was shown - if (messageShown) { - const newSearch = params.toString(); - router.replace(newSearch ? `?${newSearch}` : '/'); - } }, [search, router, t]); if(!availableYears || !months) {