Merge branch 'hotfix/1.4.1' into develop

This commit is contained in:
2024-02-01 15:17:54 +01:00

View File

@@ -81,7 +81,7 @@ export const updateOrAddLocation = withUser(async (user:AuthenticatedUser, locat
}); });
} }
await gotoHome(yearMonth ? `/?year=${yearMonth?.year}` : undefined) if(yearMonth) await gotoHome(yearMonth);
return { return {
message: null, message: null,