diff --git a/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/store/WCProductStore.kt b/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/store/WCProductStore.kt index 906cdbb6c3..b87c53948c 100644 --- a/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/store/WCProductStore.kt +++ b/plugins/woocommerce/src/main/kotlin/org/wordpress/android/fluxc/store/WCProductStore.kt @@ -1604,8 +1604,7 @@ class WCProductStore @Inject constructor( if (forceRefresh && offset == 0 && includedProductIds.isEmpty() && - excludedProductIds.isEmpty() && - filterOptions.isEmpty() + excludedProductIds.isEmpty() ) { productStorageHelper.deleteProductsForSite(site) }