diff --git a/Helper/Image.php b/Helper/Image.php index b4663b6..7e7101d 100644 --- a/Helper/Image.php +++ b/Helper/Image.php @@ -76,7 +76,7 @@ public function getUrl($item, $scopeId = null) } } - if (!$imageUrl || $scopeId) { + if (!$imageUrl) { if ($scopeId) { $store = $this->storeManager->getStore($scopeId); } else {