From a62e0771f0e47e6df21a3d925b0fd54b30e8c418 Mon Sep 17 00:00:00 2001 From: "AzureAD\\TomasValiunas" Date: Mon, 5 Oct 2020 22:17:24 +0300 Subject: [PATCH] Fix react router paths to show error page on undefined pages --- web/src/App.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 8a914ca6b..d3aa3baf8 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -35,8 +35,9 @@ export const App: React.FC = () => ( }} > - - + + +