diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index 0c6e2dd409..254ab4a0cc 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 ? (