Skip to content

Commit

Permalink
Add refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanFengYeh committed Dec 28, 2024
1 parent 025ab05 commit 3491c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/search/useHierarchicalMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ export const useHierarchicalMenu = ({
const hierarchicalMenu = (
<>
{/* need to be changed */}
{/* <div style={{ display: "none" }}>
<div style={{ display: "none" }}>
{hierarchicalMenuProps.map((p, i) => (
<RefinementList className="mb-4" key={i} {...(p as any)} />
))}
</div> */}
</div>
<MultiselectHierarchicalMenu
attributes={[
hierarchicalMenuProps[0].attribute,
Expand Down

0 comments on commit 3491c7a

Please sign in to comment.