Skip to content
Snippets Groups Projects
Commit c3c76af8 authored by esikkala's avatar esikkala
Browse files

Facet bar: fix facet data variable

parent a0080dd8
No related branches found
No related tags found
No related merge requests found
......@@ -228,7 +228,7 @@ let SemanticPortal = (props) => {
<React.Fragment>
<Grid item xs={12} md={3} className={classes.facetBarContainer}>
<FacetBar
facetData={props.manuscriptsFacets}
facetData={props[`${perspective.id}Facets`]}
facetClass={perspective.id}
resultClass={perspective.id}
fetchingResultCount={props[perspective.id].fetchingResultCount}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment