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 fce9cf5 commit d0d83bdCopy full SHA for d0d83bd
packages/synapse-react-client/src/components/IconList.tsx
@@ -32,7 +32,7 @@ function IconList(props: IconListProps) {
32
const css = useTheme ? 'icon-list themed' : 'icon-list'
33
const componentCss = useBackground ? `${css} bg-circle` : css
34
const queryContext = useQueryContext()
35
- const { addValueToSelectedFacet, removeSelectedFacet } = queryContext
+ const { addValueToSelectedFacet } = queryContext
36
37
const handleIconClick = (dataType: 'string') => {
38
const facet: UniqueFacetIdentifier = {
0 commit comments