Skip to content

Commit

Permalink
took out countrySelect
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Leopold committed Jan 24, 2021
1 parent 744d2b3 commit e3e046a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FlightForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ class FlightForm extends Component {
<div className="flightForm">
<form action="">
<Container>
<Row>
{/* <Row>
<Col sm={12} md={6} lg={6} xl={6} className="inputBox">
<CountrySelect name="country" {...this.props} {...this.state} valueUp={this.handleCountryValueChange}/>
</Col>
</Row>
</Row> */}

<Row>
<Col sm={12} md={3} lg={3} xl={3} className="inputBox dport">
Expand Down

0 comments on commit e3e046a

Please sign in to comment.