We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678982e commit 9b75591Copy full SHA for 9b75591
src/components/top-tags.js
@@ -34,7 +34,7 @@ export const TopTags = () => {
34
from={data.tagsGroup.group
35
.sort((a, b) => b.totalCount - a.totalCount)
36
.slice(0, 5)
37
- .map((tag) => `${tag.fieldValue} (${tag.totalCount})`)}
+ .map((tag) => tag.fieldValue)}
38
/>
39
</Tags>
40
)
0 commit comments