mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 17:23:24 -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 {
|
export default class BikeModal extends React.Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
open: PropTypes.boolean,
|
open: PropTypes.bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user