Skip to content

Commit

Permalink
fix: added missed hint prop
Browse files Browse the repository at this point in the history
  • Loading branch information
barttom committed Jan 23, 2024
1 parent bef9dbf commit a48104e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/ReimbursementAccount/AddressForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function AddressForm(props) {
defaultValue={props.defaultValues.street}
onInputChange={props.onFieldChange}
errorText={props.errors.street ? props.translate('bankAccount.error.addressStreet') : ''}
hint={props.translate('common.noPO')}
renamedInputKeys={props.inputKeys}
maxInputLength={CONST.FORM_CHARACTER_LIMIT}
isLimitedToUSA
Expand Down

0 comments on commit a48104e

Please sign in to comment.