Skip to content

Commit

Permalink
fixing lint issue (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyc1 committed Sep 26, 2023
1 parent 62b5396 commit 862305e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,9 @@ const HeaderNoCtx: React.FC<ContextType> = (props) => {
return options;
}
return options.filter((option) =>
option?.name
.toLowerCase()
.includes(state.inputValue.toLowerCase())
option?.name
.toLowerCase()
.includes(state.inputValue.toLowerCase())
);
}}
disableClearable
Expand Down

0 comments on commit 862305e

Please sign in to comment.