Browse Source

Use proper type.

feature/bike-tracking
Drew Larson 7 years ago
parent
commit
71e916af40
  1. 2
      bikeshop_project/assets/js/bikes/components/BikeModal/index.jsx

2
bikeshop_project/assets/js/bikes/components/BikeModal/index.jsx

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

Loading…
Cancel
Save