Skip to content

Commit 0aa839d

Browse files
committed
Fix mobile search
1 parent c87fcca commit 0aa839d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Search/MobileSearch.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const MobileSearch = () => {
1919
return (
2020
<>
2121
<div className="inline mt-4">
22-
<InstantSearch indexName="wp_posts_product" searchClient={searchClient}>
22+
<InstantSearch indexName={WOO_CONFIG.ALGOLIA_INDEX_NAME} searchClient={searchClient}>
2323
<SearchBox
2424
translations={{
2525
submitTitle: 'Søk',

0 commit comments

Comments
 (0)