Skip to content

Commit

Permalink
feat: fix fatal crash on address page
Browse files Browse the repository at this point in the history
Signed-off-by: Prince Mendiratta <expertsquarrel@gmail.com>
  • Loading branch information
GItGudRatio committed Nov 7, 2023
1 parent da2c79e commit b58b912
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 b58b912

Please sign in to comment.