From d5d795ddcc35b0a05458bd5efc5b9063a604321e Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Wed, 11 Sep 2019 17:56:00 +0200 Subject: [PATCH] Fix copy --- .../components/AttributeListPage/AttributeListPage.tsx | 4 ++++ .../components/CategoryListPage/CategoryListPage.tsx | 4 ++++ .../CollectionListPage/CollectionListPage.tsx | 4 ++++ src/components/SearchBar/SearchBar.tsx | 10 +++------- .../components/CustomerListPage/CustomerListPage.tsx | 4 ++++ src/discounts/components/SaleListPage/SaleListPage.tsx | 4 ++++ .../OrderDraftListPage/OrderDraftListPage.tsx | 4 ++++ 7 files changed, 27 insertions(+), 7 deletions(-) diff --git a/src/attributes/components/AttributeListPage/AttributeListPage.tsx b/src/attributes/components/AttributeListPage/AttributeListPage.tsx index 4a9e71877..df735bd07 100644 --- a/src/attributes/components/AttributeListPage/AttributeListPage.tsx +++ b/src/attributes/components/AttributeListPage/AttributeListPage.tsx @@ -51,6 +51,10 @@ const AttributeListPage: React.FC = ({ = ({ = ({ = props => { const { + allTabLabel, currentTab, initialSearch, onSearchChange, @@ -54,13 +56,7 @@ const SearchBar: React.FC = props => { return ( <> - + {tabs.map((tab, tabIndex) => ( onTabChange(tabIndex + 1)} diff --git a/src/customers/components/CustomerListPage/CustomerListPage.tsx b/src/customers/components/CustomerListPage/CustomerListPage.tsx index 62e2d4a84..3b88e0601 100644 --- a/src/customers/components/CustomerListPage/CustomerListPage.tsx +++ b/src/customers/components/CustomerListPage/CustomerListPage.tsx @@ -57,6 +57,10 @@ const CustomerListPage: React.StatelessComponent = ({ = ({ = ({