Skip to content

Commit 05848e5

Browse files
Rajneesh Guptairajneeshgupta
authored andcommitted
issue fixed #20382
issue fixed #20382
1 parent 285af5b commit 05848e5

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)