From ec7f9aa6f3d480cf1a46210fe0b9db460867aed8 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Mon, 2 Jul 2018 11:15:15 +0530 Subject: [PATCH] Remove onclick action --- stories/index.stories.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stories/index.stories.js b/stories/index.stories.js index 66c5358..a705d8b 100644 --- a/stories/index.stories.js +++ b/stories/index.stories.js @@ -12,6 +12,6 @@ import ChartWithGridAreaDefaultColor from './GridAreaWithDefaultStyle'; storiesOf('Welcome', module).add('to Storybook', () => ); storiesOf('Grid area', module) - .add('Basic Horizontal', () => ) - .add('Basic Vertical', () => ) - .add('With default style', () => ) + .add('Basic Horizontal', () => ) + .add('Basic Vertical', () => ) + .add('With default style', () => )