Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
}
var facetProps = {
filters: data.filters,
searchBase: searchBase,
onFilter: onFilter,
width: null,
hideZeros: false
};
return (
<div>
<h3>Search by...</h3>
<div>
</div>
<div>
<h2>{data.total} experiment{data.total === 1 ? '' : 's'} found.</h2>
<div>
<a href="{'/search/'">{svgIcon('search')} List</a>
{' '}<a href="{'/report/'">{svgIcon('table')} Table</a>
{' '}<a href="{'/matrix/'">{svgIcon('matrix')} Matrix</a>
</div>
</div>
<div>
</div>
</div>
);
},