diff --git a/components/LocationSearch/index.tsx b/components/LocationSearch/index.tsx
index f351f05..8a823d0 100644
--- a/components/LocationSearch/index.tsx
+++ b/components/LocationSearch/index.tsx
@@ -104,7 +104,7 @@ function CommandSearch() {
return (
console.log()}
+ onClick={() => console.log(place)}
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",
)}