Skip to content

Commit

Permalink
FIX linting after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jul 8, 2019
1 parent 6c6a04e commit fb4c35e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addons/knobs/src/components/Panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ export default class KnobPanel extends PureComponent<KnobPanelProps> {
render: ({ active }) => (
<TabWrapper key={knobKeyGroupId} active={active}>
<PropForm
// false positive
// eslint-disable-next-line no-use-before-define
knobs={knobsArray.filter(
knob => (knob.groupId || DEFAULT_GROUP_ID) === knobKeyGroupId
)}
Expand Down

0 comments on commit fb4c35e

Please sign in to comment.