From 4d0c413e9911b7e83890a074930a957bbd2bea10 Mon Sep 17 00:00:00 2001 From: roykho Date: Mon, 30 Jan 2023 13:33:09 -0800 Subject: [PATCH] Remove unneeded isloading attribute --- assets/js/base/components/price-slider/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/js/base/components/price-slider/index.tsx b/assets/js/base/components/price-slider/index.tsx index e122210a6ae..88311f11017 100644 --- a/assets/js/base/components/price-slider/index.tsx +++ b/assets/js/base/components/price-slider/index.tsx @@ -406,7 +406,6 @@ const PriceSlider = ( { 'woo-gutenberg-products-block' ) } allowNegative={ false } - isLoading={ isLoading } isAllowed={ isValidMinValue( { minConstraint, minorUnit: currency.minorUnit, @@ -435,7 +434,6 @@ const PriceSlider = ( { 'Filter products by maximum price', 'woo-gutenberg-products-block' ) } - isLoading={ isLoading } isAllowed={ isValidMaxValue( { maxConstraint, minorUnit: currency.minorUnit,