Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulKhanna14 committed Feb 20, 2024
1 parent d1929e3 commit a84d205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/DropDownSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function DropDownSelect({
}
};

const onOptionClicked = (option: Option) => () => {
const onOptionClicked = (option: Option) => () => {
setSelectedOption(option);
setIsOpen(false);
setIsRecentlyClosed(true);
Expand Down

0 comments on commit a84d205

Please sign in to comment.