Skip to content
This repository has been archived by the owner on Sep 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #804 from 18F/bh_former_spouse_location
Browse files Browse the repository at this point in the history
Do not ask for full address for former spouse marriage location
  • Loading branch information
ryanhofdotgov authored Sep 17, 2018
2 parents 587c19a + ad1a8bb commit f31a144
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ export default class Divorce extends React.Component {
name="address"
className="location"
{...this.props.Address}
layout={Location.ADDRESS}
geocode={true}
layout={Location.BIRTHPLACE_WITHOUT_COUNTY}
label={i18n.t('relationships.civilUnion.label.location')}
onUpdate={this.updateAddress}
onError={this.props.onError}
required={this.props.required}
Expand Down

0 comments on commit f31a144

Please sign in to comment.