From af33ba0527f4c046152186d79dfc6e424300a5c9 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Mon, 23 Oct 2023 15:03:16 -0400 Subject: [PATCH] log it out --- components/LocationSearch/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", )}