Skip to content

Commit

Permalink
fix(eslint): corrected minor bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Janet committed Jan 23, 2019
1 parent 1524e22 commit bf4c84b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/FormCustom.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const propTypes = {
};
class FormCustom extends React.Component {// eslint-disable-line react/prefer-stateless-function
static propTypes = propTypes;

render() {
const {
className,
Expand Down

0 comments on commit bf4c84b

Please sign in to comment.