From ea28e31fa6a1937ae8fed789f13b819e224d77cf Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Thu, 11 Nov 2021 18:59:06 +0000 Subject: [PATCH] When redirecting in rotues replace the current path so back works --- chartered-frontend/src/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chartered-frontend/src/index.tsx b/chartered-frontend/src/index.tsx index 0d755e4..ebcfc00 100644 --- a/chartered-frontend/src/index.tsx +++ a/chartered-frontend/src/index.tsx @@ -57,7 +57,7 @@ } />} /> {/* Private routes, visible only to authenticated users */} - } />} /> + } />} /> } />} /> } />} /> @@ -67,19 +67,19 @@ } />} /> - } />} /> + } />} /> } />} /> } />} /> - } />} /> + } />} /> } />} /> } />} /> - } />} /> + } />} /> } />} /> } /> - } /> + } /> -- rgit 0.1.3