Skip to content

Commit

Permalink
Fix #6514: removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekl0w committed Apr 30, 2024
1 parent 0f843e3 commit e9b3529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/chips/Chips.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export const Chips = React.memo(
}
};

const onContainerFocus = (event) => {
const onContainerFocus = () => {
setFocusedState(true);
};

Expand Down

0 comments on commit e9b3529

Please sign in to comment.