Skip to content

Commit

Permalink
Merge pull request #1702 from storybooks/hotfix-eslint
Browse files Browse the repository at this point in the history
[SHOW STOPPER] Fix new eslint error
  • Loading branch information
Hypnosphi committed Aug 21, 2017
2 parents ff23bdf + c150b41 commit 8f4d05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/knobs/src/components/PropField.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ PropField.propTypes = {
knob: PropTypes.shape({
name: PropTypes.string,
value: PropTypes.any,
}),
}).isRequired,
onChange: PropTypes.func.isRequired,
};

0 comments on commit 8f4d05a

Please sign in to comment.