We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3724e63 commit 71316e2Copy full SHA for 71316e2
components/search/bills/useBillRefinements.tsx
@@ -56,7 +56,7 @@ export const useBillRefinements = () => {
56
}
57
]
58
59
- const hierarchoicalPropsList = [
+ const hierarchicalPropsList = [
60
{
61
attribute: "topics.lvl0",
62
...baseProps
@@ -68,7 +68,7 @@ export const useBillRefinements = () => {
68
69
70
return useRefinements({
71
- hierarchicalMenuProps: hierarchoicalPropsList,
+ hierarchicalMenuProps: hierarchicalPropsList,
72
refinementProps: propsList
73
})
74
0 commit comments