diff --git a/src/scripts/src/choices.js b/src/scripts/src/choices.js index 2e88577..51c3658 100644 --- a/src/scripts/src/choices.js +++ b/src/scripts/src/choices.js @@ -453,7 +453,11 @@ class Choices { if (activePlaceholders.length >= 1) { choiceListFragment = this.createChoicesFragment(activePlaceholders, choiceListFragment); } - choiceListFragment = this.createGroupsFragment(activeGroups, activeChoices, choiceListFragment); + choiceListFragment = this.createGroupsFragment( + activeGroups, + activeChoices, + choiceListFragment, + ); } else if (activeChoices.length >= 1) { choiceListFragment = this.createChoicesFragment(activeChoices, choiceListFragment); }