Skip to content

Commit

Permalink
Fix typo in CONST
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Dec 8, 2024
1 parent ba2f51b commit 4575829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6374,7 +6374,7 @@ const CONST = {
REORDERING_REACT_NATIVE_ACTIVITY_TO_FRONT: 'reorderingReactNativeActivityToFront',
},

MIGRTED_USER_WELCOME_MODAL: 'migratedUserWelcomeModal',
MIGRATED_USER_WELCOME_MODAL: 'migratedUserWelcomeModal',
} as const;

type Country = keyof typeof CONST.ALL_COUNTRIES;
Expand Down
2 changes: 1 addition & 1 deletion src/components/MigratedUserWelcomeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function OnboardingWelcomeVideo() {
confirmText={translate('migratedUserWelcomeModal.confirmText')}
animation={LottieAnimations.WorkspacePlanet}
onClose={() => {
Welcome.dismissProductTraining(CONST.MIGRTED_USER_WELCOME_MODAL);
Welcome.dismissProductTraining(CONST.MIGRATED_USER_WELCOME_MODAL);
}}
animationStyle={[styles.emptyWorkspaceIllustrationStyle]}
animationInnerContainerStyle={[StyleUtils.getBackgroundColorStyle(LottieAnimations.WorkspacePlanet.backgroundColor), styles.cardSectionIllustration]}
Expand Down

0 comments on commit 4575829

Please sign in to comment.