diff --git a/components/InputWithSuggestions.tsx b/components/InputWithSuggestions.tsx index 8d4797a..5d55313 100644 --- a/components/InputWithSuggestions.tsx +++ b/components/InputWithSuggestions.tsx @@ -25,12 +25,7 @@ const InputWithSuggestions: FC> = ( }; return ( - { - updateInput(k ?? ''); - }} - > + updateInput(k ?? '')} align="end">