From b6a0579de713755127d1c3273fa813a994acf909 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Mon, 23 Oct 2023 14:48:09 -0400 Subject: [PATCH] testing --- components/LocationSearch/index.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/components/LocationSearch/index.tsx b/components/LocationSearch/index.tsx index 645b158..809ff38 100644 --- a/components/LocationSearch/index.tsx +++ b/components/LocationSearch/index.tsx @@ -73,13 +73,13 @@ function CommandSearch() { - - setValue((e.target as unknown as { value: string }).value) - } + + setValue(e.target.value)} placeholder="Search places..." + disabled={!ready} /> No results found. @@ -98,7 +98,7 @@ function CommandSearch() { ), )} - {/* + @@ -112,7 +112,7 @@ function CommandSearch() { Settings - */} +