diff --git a/client/src/components/tests/TagField-story.js b/client/src/components/tests/TagField-story.js index d4f9143..85d9cde 100644 --- a/client/src/components/tests/TagField-story.js +++ b/client/src/components/tests/TagField-story.js @@ -2,40 +2,40 @@ import React from 'react'; import TagField from 'components/TagField'; export default { - title: 'TagField/TagField', + title: 'TagField/TagField', - decorators: [ - (storyFn) => ( -
- {storyFn()} -
- ), - ], + decorators: [ + (storyFn) => ( +
+ {storyFn()} +
+ ), + ], }; export const SimpleExample = () => ( - + ); export const MultipleSelection = () => ( - + );