From 876116c7ff22c349f9000a2bebc3a3bf913cc5d9 Mon Sep 17 00:00:00 2001 From: Dakota Blair Date: Wed, 15 May 2024 14:06:59 -0400 Subject: [PATCH] Remove auth from Status view Co-authored-by: David Lyon <5115845+dauglyon@users.noreply.github.com> --- src/app/Routes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/Routes.tsx b/src/app/Routes.tsx index 0a79e904..8482b84f 100644 --- a/src/app/Routes.tsx +++ b/src/app/Routes.tsx @@ -36,7 +36,7 @@ const Routes: FC = () => { return ( } /> - } />} /> + } /> } />}