We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b0ba8 commit 1c5d2fdCopy full SHA for 1c5d2fd
app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/Builder/Price.php
@@ -127,10 +127,6 @@ function (AggregationValueInterface $value) {
127
$bucket->getValues()
128
);
129
130
- if (!$attributeOptionIds) {
131
- return [];
132
- }
133
-
134
return $this->attributeOptionProvider->getOptions(
135
\array_merge([], ...$attributeOptionIds),
136
$storeId,
0 commit comments