diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index 0bdea6eabb..695af1ec28 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -641,7 +641,7 @@ function Footer({ )} )} - {state.currentStep === 'Profiles' && items.length < 8 && !__DEV__ ? ( + {state.currentStep === 'Profiles' && items.length < 8 ? (