mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 23:16:59 +00:00
Remove console log
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
b008f63c48
commit
999dae22d5
@ -54,7 +54,6 @@ export default function Search({ categories, brands }: SearchPropsType) {
|
|||||||
locale,
|
locale,
|
||||||
})
|
})
|
||||||
|
|
||||||
console.log({ data })
|
|
||||||
const handleClick = (event: any, filter: string) => {
|
const handleClick = (event: any, filter: string) => {
|
||||||
if (filter !== activeFilter) {
|
if (filter !== activeFilter) {
|
||||||
setToggleFilter(true)
|
setToggleFilter(true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user