Merge branch 'hotfix/2.3.4'
This commit is contained in:
@@ -280,7 +280,7 @@ export const updateOrAddBill = withUser(async (user:AuthenticatedUser, locationI
|
|||||||
}
|
}
|
||||||
if(billYear && billMonth) {
|
if(billYear && billMonth) {
|
||||||
const locale = await getLocale();
|
const locale = await getLocale();
|
||||||
await gotoHomeWithMessage(locale, 'billSaved');
|
await gotoHomeWithMessage(locale, 'billSaved', { year: billYear, month: billMonth });
|
||||||
}
|
}
|
||||||
|
|
||||||
// This return is needed for TypeScript, but won't be reached due to redirect
|
// This return is needed for TypeScript, but won't be reached due to redirect
|
||||||
|
|||||||
Reference in New Issue
Block a user