diff --git a/src/scripts/choices.ts b/src/scripts/choices.ts index 957a389e..2edc755f 100644 --- a/src/scripts/choices.ts +++ b/src/scripts/choices.ts @@ -968,7 +968,8 @@ class Choices { // If we have a placeholder choice along with groups renderChoices( this._store.activeChoices.filter((choice) => choice.placeholder && !choice.groupId), - false, undefined, + false, + undefined, ); }