diff --git a/examples/official-storybook/config.js b/examples/official-storybook/config.js index 7cabbbb918d..1e499919106 100644 --- a/examples/official-storybook/config.js +++ b/examples/official-storybook/config.js @@ -33,7 +33,7 @@ addDecorator(withNotes); addDecorator(storyFn => ( - + {/* */} {storyFn()} ));