Skip to content

Commit

Permalink
Merge pull request #44424 from nkdengineer/fix/43804
Browse files Browse the repository at this point in the history
fix no truncated on the onboarding modal
  • Loading branch information
Julesssss authored Jun 27, 2024
2 parents 4ee43a3 + 58eef92 commit 9d8e7fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/OnboardingPurpose/BaseOnboardingPurpose.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ function BaseOnboardingPurpose({shouldUseNativeStyles, shouldEnableMaxHeight, on
hoverAndPressStyle: [styles.purposeMenuItemSelected],
rightComponent: selectedCheckboxIcon,
shouldShowRightComponent: isSelected,
numberOfLinesTitle: 0,
onPress: () => {
Welcome.setOnboardingPurposeSelected(choice);
setErrorMessage('');
Expand Down

0 comments on commit 9d8e7fe

Please sign in to comment.