Skip to content

Commit 651f220

Browse files
sherakamaCopilot
andauthored
Update components/Search/Search.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0671180 commit 651f220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Search/Search.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const Search = ({
2626
noResultsErrorText = '',
2727
noResultsErrorTitle = '',
2828
}: SearchProps) => {
29-
const [ key, setKey ] = useState('search-component');
29+
const [key, setKey] = useState('search-component');
3030
const numSuggestions = useMemo(() => parseInt(suggestionsAmount, 10) || 0, [suggestionsAmount]);
3131
const algoliaClient = useMemo(() => liteClient(
3232
process.env.NEXT_PUBLIC_ALGOLIA_APP_ID,

0 commit comments

Comments
 (0)