From 6de688bfee4981c9347a3bf60e855faf72bd9c49 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 4 Jun 2024 22:04:41 -0700 Subject: [PATCH] rename var --- src/screens/StarterPack/Wizard/index.tsx | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index e99b6656cb..dbe1b46cc6 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -77,7 +77,7 @@ function WizardInner() { did: currentAccount?.did, staleTime: 0, }) - const searchDialogControl = useDialogControl() + const addDialogControl = useDialogControl() React.useEffect(() => { navigation.setOptions({ @@ -177,9 +177,27 @@ function WizardInner() { + {state.currentStep !== 'Details' && ( + + )} + {(state.currentStep === 'Profiles' || state.currentStep === 'Feeds') && (