Use proper type.

This commit is contained in:
Drew Larson
2017-05-23 19:27:57 -06:00
parent 330d99579a
commit 71e916af40
@@ -8,7 +8,7 @@ import BikeForm from '../BikeForm';
*/
export default class BikeModal extends React.Component {
static propTypes = {
open: PropTypes.boolean,
open: PropTypes.bool,
}
constructor(props) {