From 80165038fd214897e3520a420f971341e7b94865 Mon Sep 17 00:00:00 2001
From: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
Date: Sat, 20 Mar 2021 21:20:33 -0400
Subject: [PATCH] fix(frontend): redirect from /setup if already initialized
(#1238)
---
src/components/Setup/index.tsx | 6 +++++-
src/pages/_app.tsx | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/components/Setup/index.tsx b/src/components/Setup/index.tsx
index 9a4d363eb..fca2fea2f 100644
--- a/src/components/Setup/index.tsx
+++ b/src/components/Setup/index.tsx
@@ -63,7 +63,11 @@ const Setup: React.FC = () => {