Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Aug 27, 2024
1 parent 6e72240 commit f534235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scripts/choices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);
}

Expand Down

0 comments on commit f534235

Please sign in to comment.