We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0671180 commit 651f220Copy full SHA for 651f220
components/Search/Search.tsx
@@ -26,7 +26,7 @@ export const Search = ({
26
noResultsErrorText = '',
27
noResultsErrorTitle = '',
28
}: SearchProps) => {
29
- const [ key, setKey ] = useState('search-component');
+ const [key, setKey] = useState('search-component');
30
const numSuggestions = useMemo(() => parseInt(suggestionsAmount, 10) || 0, [suggestionsAmount]);
31
const algoliaClient = useMemo(() => liteClient(
32
process.env.NEXT_PUBLIC_ALGOLIA_APP_ID,
0 commit comments