Skip to content

Commit 71316e2

Browse files
committed
typo
1 parent 3724e63 commit 71316e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/search/bills/useBillRefinements.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const useBillRefinements = () => {
5656
}
5757
]
5858

59-
const hierarchoicalPropsList = [
59+
const hierarchicalPropsList = [
6060
{
6161
attribute: "topics.lvl0",
6262
...baseProps
@@ -68,7 +68,7 @@ export const useBillRefinements = () => {
6868
]
6969

7070
return useRefinements({
71-
hierarchicalMenuProps: hierarchoicalPropsList,
71+
hierarchicalMenuProps: hierarchicalPropsList,
7272
refinementProps: propsList
7373
})
7474
}

0 commit comments

Comments
 (0)