Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Clem-Fern committed Jul 15, 2023
1 parent 9ac5286 commit aba773b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabby-core/src/components/selectorModal.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class SelectorModalComponent<T> {
).search(f)

this.options.filter(x => x.freeInputPattern).forEach(freeOption => {
if (freeOption && !this.filteredOptions.includes(freeOption)) {
if (!this.filteredOptions.includes(freeOption)) {
this.filteredOptions.push(freeOption)
}
})
Expand Down

0 comments on commit aba773b

Please sign in to comment.