prevent script break if there are no products

This commit is contained in:
peternuernberger 2019-12-02 11:46:13 +01:00
parent c1f648a17f
commit 57750b3864
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@
0,
0
],
max: {{ core()->convertPrice($productFlatRepository->getCategoryProductMaximumPrice($category)) }},
max: {{ core()->convertPrice($productFlatRepository->getCategoryProductMaximumPrice($category)) ?? 0 }},
processStyle: {
"backgroundColor": "#FF6472"
},