mirror of
https://github.com/flarum/framework.git
synced 2025-02-24 02:05:26 +08:00
Remove unused color variable
This commit is contained in:
parent
95b2b80d17
commit
69057183e0
@ -75,14 +75,10 @@ export default class TagsPage extends Component {
|
|||||||
|
|
||||||
{cloud.length ? (
|
{cloud.length ? (
|
||||||
<div className="TagCloud">
|
<div className="TagCloud">
|
||||||
{cloud.map(tag => {
|
{cloud.map(tag => [
|
||||||
const color = tag.color();
|
tagLabel(tag, {link: true}),
|
||||||
|
' ',
|
||||||
return [
|
])}
|
||||||
tagLabel(tag, {link: true}),
|
|
||||||
' '
|
|
||||||
];
|
|
||||||
})}
|
|
||||||
</div>
|
</div>
|
||||||
) : ''}
|
) : ''}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user