From 4b9f292b44b1c7d301f5d8ca056f0f070491ceee Mon Sep 17 00:00:00 2001 From: CP Date: Wed, 8 Jan 2025 16:36:54 -0500 Subject: [PATCH] lint --- src/app/history/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/history/page.tsx b/src/app/history/page.tsx index 7df9525..80a343c 100644 --- a/src/app/history/page.tsx +++ b/src/app/history/page.tsx @@ -84,7 +84,7 @@ const DebouncedInput: React.FC = ({ onChange(value); }, debounce); return () => clearTimeout(timeout); - }, [value]); + }, [debounce, onChange, value]); return (