File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
app/code/Magento/Checkout/view/frontend/web/template/summary Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
-->
7
- <!-- ko ifnot: isItemsBlockExpanded() -->
8
- < div class ="block items-in-cart " data-bind ="mageInit: {'collapsible':{'openedState': 'active'}} ">
9
- <!-- /ko -->
10
- <!-- ko if: isItemsBlockExpanded() -->
11
- < div class ="block items-in-cart " data-bind ="mageInit: {'collapsible':{'openedState': 'active', 'active': true}} ">
12
- <!-- /ko -->
7
+ < div class ="block items-in-cart " data-bind ="mageInit: {'collapsible':{'openedState': 'active', 'active': isItemsBlockExpanded()}} ">
13
8
< div class ="title " data-role ="title ">
14
9
< strong role ="heading "> < span data-bind ="text: getItemsQty() "> </ span >
15
10
<!-- ko if: getItemsQty() == 1 -->
You can’t perform that action at this time.
0 commit comments