From a2b1a827347779e375025bb05cd09a96deefab94 Mon Sep 17 00:00:00 2001 From: Sabina Talipova Date: Mon, 12 Jun 2023 15:35:04 +1200 Subject: [PATCH] FIX Replace 4 space indent with 2 spaces --- client/src/components/tests/TagField-story.js | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) 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 = () => ( - + );