Fix some stray console logs

This commit is contained in:
Jeffrey Johnson 2023-02-06 19:11:43 -08:00
parent 6cfe9a7b44
commit babde0bf04
1 changed files with 0 additions and 1 deletions

View File

@ -277,7 +277,6 @@ export const Overview = () => {
borderRadius="0"
value={filterProduct}
onChange={(e) => {
console.log('On change', e.currentTarget.value);
setFilterProduct(e.currentTarget.value as string);
}}
>