mobile: hide progress pills in setting up your account if flow is not introductory

This commit is contained in:
Ammar Ahmed
2026-06-08 08:44:43 +05:00
parent 13166f4160
commit c18b5a3a3d

View File

@@ -361,7 +361,7 @@ export const Signup = ({
paddingHorizontal: Spacing.LEVEL_3
}}
>
<ProgressPills activePillIndex={2} />
{welcome ? <ProgressPills activePillIndex={2} /> : null}
<Loading
title={"Setting up your account..."}
svgSrc={SETTING_ACCOUNT_SVG}