Skip to content

Commit

Permalink
Merge pull request #4310 from storybooks/pksunkara/lint-fix
Browse files Browse the repository at this point in the history
Fix the broken lint
  • Loading branch information
igor-dv authored Oct 7, 2018
2 parents cb2dff3 + 9664e9f commit 36dd38c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/jest/src/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Panel from './components/Panel';
addons.register('storybook/tests', api => {
const channel = addons.getChannel();
addons.addPanel('storybook/tests/panel', {
// eslint-disable-next-line react/prop-types
title: () => <PanelTitle channel={addons.getChannel()} api={api} />,
// eslint-disable-next-line react/prop-types
render: ({ active }) => <Panel channel={channel} api={api} active={active} />,
Expand Down

0 comments on commit 36dd38c

Please sign in to comment.