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 - */} +