Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMuzyk committed Sep 12, 2024
1 parent 4c48daf commit 6c679e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MissingPersonalDetails/substeps/Address.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function AddressStep({privatePersonalDetails}: CustomSubStepProps) {
role={CONST.ROLE.PRESENTATION}
autoCapitalize="characters"
defaultValue={zipcode}
maxLength={CONST.BANK_ACCOUNT.MAX_LENGTH.ZIP_CODE}
maxLength={CONST.USD_BANK_ACCOUNT.MAX_LENGTH.ZIP_CODE}
hint={zipFormat}
onValueChange={handleAddressChange}
containerStyles={styles.mt6}
Expand Down

0 comments on commit 6c679e9

Please sign in to comment.