From 2c58745807110ba234e1a9ec939457e641fff469 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 15 Dec 2022 16:37:02 +0700 Subject: Fix style --- src/components/Filter.js | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) (limited to 'src/components/Filter.js') diff --git a/src/components/Filter.js b/src/components/Filter.js index 4727fb9d..19e9778f 100644 --- a/src/components/Filter.js +++ b/src/components/Filter.js @@ -93,7 +93,7 @@ const Filter = ({
{selectedBrand || selectedCategory || priceFrom || priceTo || orderBy ? ( - ) : ''} @@ -101,10 +101,34 @@ const Filter = ({
- - - - + + + +
) : ''} -- cgit v1.2.3