diff --git a/extensions/tags/js/forum/src/components/TagsPage.js b/extensions/tags/js/forum/src/components/TagsPage.js index 1305ba767..aa890d89d 100644 --- a/extensions/tags/js/forum/src/components/TagsPage.js +++ b/extensions/tags/js/forum/src/components/TagsPage.js @@ -75,14 +75,10 @@ export default class TagsPage extends Component { {cloud.length ? (
- {cloud.map(tag => { - const color = tag.color(); - - return [ - tagLabel(tag, {link: true}), - ' ' - ]; - })} + {cloud.map(tag => [ + tagLabel(tag, {link: true}), + ' ', + ])}
) : ''}