log it out
This commit is contained in:
parent
dd9ffa1e07
commit
af33ba0527
@ -104,7 +104,7 @@ function CommandSearch() {
|
|||||||
return (
|
return (
|
||||||
<li
|
<li
|
||||||
key={place_id}
|
key={place_id}
|
||||||
onClick={() => console.log()}
|
onClick={() => console.log(place)}
|
||||||
className={cn(
|
className={cn(
|
||||||
"relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none aria-selected:bg-accent aria-selected:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 hover:bg-muted",
|
"relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none aria-selected:bg-accent aria-selected:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 hover:bg-muted",
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user