File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Checkout/view/frontend/web/template/minicart/item Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4444 <!-- ko if: Array.isArray(option.value) -->
4545 < span data-bind ="html: option.value.join('<br>') "> </ span >
4646 <!-- /ko -->
47- <!-- ko if: (!Array.isArray(option.value) && option.option_type == 'file') -->
47+ <!-- ko if: (!Array.isArray(option.value) && [ 'file', 'html'].includes(option.option_type) ) -->
4848 < span data-bind ="html: option.value "> </ span >
4949 <!-- /ko -->
50- <!-- ko if: (!Array.isArray(option.value) && option.option_type != 'file') -->
51- < span data-bind ="text: option.value "> </ span >
50+ <!-- ko if: (!Array.isArray(option.value) && ![ 'file', 'html'].includes(option.option_type) ) -->
51+ < span data-bind ="text: option.value "> </ span >
5252 <!-- /ko -->
5353 </ dd >
5454 <!-- /ko -->
You can’t perform that action at this time.
0 commit comments