diff --git a/apollo/ui/src/components/Overview.tsx b/apollo/ui/src/components/Overview.tsx index a976458..b7a6dd8 100644 --- a/apollo/ui/src/components/Overview.tsx +++ b/apollo/ui/src/components/Overview.tsx @@ -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); }} >