From ba5174ddfa9fef6a3c3b0b089e61d7c7af61d7e0 Mon Sep 17 00:00:00 2001 From: Matiss Janis Aboltins Date: Fri, 22 Sep 2023 08:37:16 +0100 Subject: [PATCH] :bug: (mobile) redirect to budget page for all 404 (#1721) --- packages/desktop-client/src/components/FinancesApp.tsx | 3 +++ upcoming-release-notes/1721.md | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 upcoming-release-notes/1721.md diff --git a/packages/desktop-client/src/components/FinancesApp.tsx b/packages/desktop-client/src/components/FinancesApp.tsx index 26f3852e41b..c3e82793c0b 100644 --- a/packages/desktop-client/src/components/FinancesApp.tsx +++ b/packages/desktop-client/src/components/FinancesApp.tsx @@ -274,6 +274,9 @@ function FinancesApp() { } /> + + {/* redirect all other traffic to the budget page */} + } /> diff --git a/upcoming-release-notes/1721.md b/upcoming-release-notes/1721.md new file mode 100644 index 00000000000..125a81abd6e --- /dev/null +++ b/upcoming-release-notes/1721.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [MatissJanis] +--- + +Redirect back to budget page if non-existing pages accessed