We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc1141 commit ef13962Copy full SHA for ef13962
app/code/Magento/GiftMessage/view/frontend/web/js/view/gift-message.js
@@ -70,7 +70,7 @@ define([
70
hasActiveOptions: function() {
71
var regionData = this.getRegion('additionalOptions');
72
var options = regionData();
73
- for (var i in options) {
+ for (var i = 0; i < options.length; i++) {
74
if (options[i].isActive()) {
75
return true;
76
}
0 commit comments