Skip to content

Commit

Permalink
fix: address search bar issue in the navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
allenhack638 committed Dec 3, 2024
2 parents 77fae5d + 893b6d8 commit b325adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AlgoliaSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export function SearchButton({
useEffect(() => {
if (typeof children === 'function') {
setChildren(children({ actionKey }));
} else {
}else{
setChildren(children);
}
}, []);
Expand Down

0 comments on commit b325adb

Please sign in to comment.