Skip to content

Commit

Permalink
fix: lint failed issue
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Amrutiya <[email protected]>
  • Loading branch information
amitamrutiya committed Oct 20, 2024
1 parent dc6add6 commit 1149a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/custom/StyledSearchBar/StyledSearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function StyledSearchBar({
if (value !== inputValue) {
setInputValue(value);
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [value]);

// Create synthetic event helper
Expand Down

0 comments on commit 1149a32

Please sign in to comment.