From 53036c8c87be034fdd6dfb45a334493241a8a533 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 13 Jun 2024 09:08:52 -0700 Subject: [PATCH] remove dev check --- src/screens/StarterPack/Wizard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? (