Skip to content

Commit

Permalink
Merge pull request Expensify#30959 from GItGudRatio/fix/30949-fatal-c…
Browse files Browse the repository at this point in the history
…rash

Fix app crash on Home Address Page
  • Loading branch information
thienlnam authored Nov 7, 2023
2 parents a8a623c + b58b912 commit a1a0f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Profile/PersonalDetails/AddressPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function AddressPage({privatePersonalDetails, route}) {
<TextInput
inputID="addressLine2"
label={translate('common.addressLine', {lineNumber: 2})}
accessibilityLabel={translate('common.addressLine')}
accessibilityLabel={translate('common.addressLine', {lineNumber: 2})}
accessibilityRole={CONST.ACCESSIBILITY_ROLE.TEXT}
defaultValue={street2 || ''}
maxLength={CONST.FORM_CHARACTER_LIMIT}
Expand Down

0 comments on commit a1a0f38

Please sign in to comment.