mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-22 12:29:53 +00:00
lint
This commit is contained in:
parent
9ac5286017
commit
aba773b546
@ -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)
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user