Remove console log

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe 2022-04-26 15:53:58 +07:00
parent b008f63c48
commit 999dae22d5

View File

@ -54,7 +54,6 @@ export default function Search({ categories, brands }: SearchPropsType) {
locale,
})
console.log({ data })
const handleClick = (event: any, filter: string) => {
if (filter !== activeFilter) {
setToggleFilter(true)