1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Use proper type.

This commit is contained in:
Drew Larson 2017-01-29 15:21:48 -06:00
parent 330d99579a
commit 71e916af40

View File

@ -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) {