diff --git a/src/screens/StarterPack/Main/index.tsx b/src/screens/StarterPack/Main/index.tsx index 8af6f5ac9e..eb2c719431 100644 --- a/src/screens/StarterPack/Main/index.tsx +++ b/src/screens/StarterPack/Main/index.tsx @@ -67,6 +67,7 @@ export function StarterPackScreen({ ? ({headerHeight, scrollElRef}) => ( ( ) : null} - {item.type === 'starter-pack-signup' ? ( - - ) : null} + {item.type === 'starter-pack-signup' + ? // TODO + null + : // + null} )