Skip to content

Commit

Permalink
Merge pull request #29 from opentripplanner/dev
Browse files Browse the repository at this point in the history
fix(form): Fix boolean/bool typo in mode-selector propTypes
  • Loading branch information
David Emory authored Apr 18, 2017
2 parents d723aef + 3413bc7 commit 2e34a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/form/mode-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ModeSelector extends Component {
label: PropTypes.string,
mode: PropTypes.string,
setMode: PropTypes.func,
showLabel: PropTypes.boolean
showLabel: PropTypes.bool
}

static defaultProps = {
Expand Down

0 comments on commit 2e34a44

Please sign in to comment.