Skip to content

Commit

Permalink
#158 Remove debug log and add styling to date range
Browse files Browse the repository at this point in the history
search component
  • Loading branch information
evdhoudt committed Oct 31, 2017
1 parent 3144c91 commit d8688c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/components/advancedSearch/DateRangeSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ export default class DateRangeSearch extends Component {

render() {
let {value} = this.state
console.log(value)
return <div>
return <div style={this.props.style}>
<Row>
<Col md={3}>
<select value={value.relative} onChange={this.onChangeRelative} >
Expand Down

0 comments on commit d8688c6

Please sign in to comment.