Skip to content

Commit

Permalink
fix(chor): linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
manojava-gk committed Aug 28, 2024
1 parent 4985fd3 commit 7b3dd6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/pages/CompanyData/components/SelectList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export const SelectList = ({
disabled={disabled}
// eslint-disable-next-line
options={items.map((item: any) => item)}
// eslint-disable-next-line
getOptionLabel={(option) => option[keyTitle] || ''}
onChange={(_event, nextValue) => {
handleChange(nextValue)
Expand Down

0 comments on commit 7b3dd6f

Please sign in to comment.