Skip to content

Commit f534235

Browse files
committed
Appease linter
1 parent 6e72240 commit f534235

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scripts/choices.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,8 @@ class Choices {
968968
// If we have a placeholder choice along with groups
969969
renderChoices(
970970
this._store.activeChoices.filter((choice) => choice.placeholder && !choice.groupId),
971-
false, undefined,
971+
false,
972+
undefined,
972973
);
973974
}
974975

0 commit comments

Comments
 (0)