Skip to content

Commit

Permalink
Remove name from input keys
Browse files Browse the repository at this point in the history
  • Loading branch information
esh-g committed Oct 23, 2023
1 parent 67e5322 commit 55ffbda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/AddressSearch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const propTypes = {

/** A map of inputID key names */
renamedInputKeys: PropTypes.shape({
name: PropTypes.string,
street: PropTypes.string,
street2: PropTypes.string,
city: PropTypes.string,
Expand Down Expand Up @@ -128,7 +127,6 @@ const defaultProps = {
isLimitedToUSA: false,
canUseCurrentLocation: false,
renamedInputKeys: {
name: 'name',
street: 'addressStreet',
street2: 'addressStreet2',
city: 'addressCity',
Expand Down

0 comments on commit 55ffbda

Please sign in to comment.