fix tslint

This commit is contained in:
afc163 2017-03-24 11:56:18 +08:00 committed by Benjy Cui
parent 8dfdce50f9
commit d0114d8d9f

View File

@ -147,7 +147,7 @@ export default class Form extends React.Component<FormProps, any> {
return <Component {...this.props} {...withRef} />;
},
}));
}
};
constructor(props) {
super(props);