Skip to content

Commit

Permalink
fix: invisible no-thanks option (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeh0w committed Aug 27, 2024
1 parent f9e608e commit a089af6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Onboarding/pages/AnalyticsConsent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const AnalyticsConsent = () => {
}}
nextText={t('Unlock')}
disableNext={false}
expand={onboardingPhase !== OnboardingPhase.CREATE_WALLET}
expand
steps={getSteps.stepsNumber}
activeStep={getSteps.activeStep}
>
Expand All @@ -143,6 +143,7 @@ export const AnalyticsConsent = () => {
stopDataCollection();
setAnalyticsConsent(false);
}}
disableRipple
sx={{
color: 'secondary',
}}
Expand Down

0 comments on commit a089af6

Please sign in to comment.