Merge branch 'feature/toast-position-fixed' into develop

This commit is contained in:
Knee Cola
2025-11-24 23:09:23 +01:00

View File

@@ -83,12 +83,6 @@ export const MonthLocationList:React.FC<MonthLocationListProps > = ({
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) {