Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint
Browse files Browse the repository at this point in the history
cp-at-mit committed Jan 8, 2025
1 parent 6304922 commit 4b9f292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/history/page.tsx
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ const DebouncedInput: React.FC<DebouncedInputProps> = ({
onChange(value);
}, debounce);
return () => clearTimeout(timeout);
}, [value]);
}, [debounce, onChange, value]);

return (
<input

0 comments on commit 4b9f292

Please sign in to comment.