From 3a78c2061691dfa8a3e141280476e4948927c181 Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 7 Jun 2024 11:53:20 -0700 Subject: [PATCH] adjust button on details --- src/screens/StarterPack/Wizard/index.tsx | 30 ++++++++++++++---------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index cc2cffc5e7..ab33dc5e1d 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -247,18 +247,7 @@ function WizardInner() { - {state.currentStep === 'Details' ? ( - - ) : ( + {state.currentStep !== 'Details' && (