Skip to content

Commit

Permalink
Merge pull request #30959 from GItGudRatio/fix/30949-fatal-crash
Browse files Browse the repository at this point in the history
Fix app crash on Home Address Page

(cherry picked from commit a1a0f38)
  • Loading branch information
thienlnam authored and OSBotify committed Nov 7, 2023
1 parent 0cd13fb commit 372efda
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 372efda

Please sign in to comment.