Skip to content

Commit 4d88a50

Browse files
authored
ENGCOM-4205: [Backport] issue fixed #20382 #21124
2 parents 19fd905 + 990c74f commit 4d88a50

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/web/template/minicart

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/template/minicart/content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
</div>
9898
</div>
9999

100-
<div id="minicart-widgets" class="minicart-widgets">
100+
<div id="minicart-widgets" class="minicart-widgets" if="getRegion('promotion').length">
101101
<each args="getRegion('promotion')" render=""/>
102102
</div>
103103
</div>

0 commit comments

Comments
 (0)