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:
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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user