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') && (