Skip to content

Commit

Permalink
updated search results tags
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Feb 9, 2023
1 parent 2ff1941 commit e0d1704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchlib/components/Result/ContentClusters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const ContentClusters = ({ clusters, item }) => {
</span> */}
<div className="tags">
<StringList value={clusterName} />
{index < Object.keys(displayClusters).length - 1 ? ', ' : ''}
{clusterName !== cluster.content_types?.[0] && (
<>
<Icon name="angle right" />
Expand All @@ -32,6 +31,7 @@ const ContentClusters = ({ clusters, item }) => {
/>
</>
)}
{index < Object.keys(displayClusters).length - 1 ? ', ' : ''}
{format.includes('application/pdf') ? (
<span className="pdf-icon">PDF</span>
) : (
Expand Down

0 comments on commit e0d1704

Please sign in to comment.