From affb8e031bfe003c7851864e01508ad01e17a84b Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Mon, 24 Aug 2020 16:23:45 +0200 Subject: [PATCH] Use pascal case --- .../Filter/FilterAutocompleteField.tsx | 10 +++---- src/components/Filter/FilterContent.tsx | 6 ++-- src/components/Filter/FilterOptionField.tsx | 4 +-- .../SingleSelectField/SingleSelectField.tsx | 4 +-- .../__snapshots__/Stories.test.ts.snap | 28 +++++++++---------- 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/components/Filter/FilterAutocompleteField.tsx b/src/components/Filter/FilterAutocompleteField.tsx index 33a6bb57f..914ca1264 100644 --- a/src/components/Filter/FilterAutocompleteField.tsx +++ b/src/components/Filter/FilterAutocompleteField.tsx @@ -93,7 +93,7 @@ const FilterAutocompleteField: React.FC = ({ return (
= ({ @@ -123,7 +123,7 @@ const FilterAutocompleteField: React.FC = ({ {displayHr &&
} {displayNoResults && ( @@ -135,7 +135,7 @@ const FilterAutocompleteField: React.FC = ({ @@ -148,7 +148,7 @@ const FilterAutocompleteField: React.FC = ({ ))} {filterField.hasMore && ( = ({ @@ -215,7 +215,7 @@ const FilterContent: React.FC = ({ ) && ( <> = ({ = ({ control={ filterField.multiple ? ( ) : ( = props => { {choices.length > 0 ? ( choices.map(choice => ( = props => { )) ) : ( diff --git a/src/storybook/__snapshots__/Stories.test.ts.snap b/src/storybook/__snapshots__/Stories.test.ts.snap index cc044fd1a..48a662c9f 100644 --- a/src/storybook/__snapshots__/Stories.test.ts.snap +++ b/src/storybook/__snapshots__/Stories.test.ts.snap @@ -2012,7 +2012,7 @@ exports[`Storyshots Generics / Filter default 1`] = `