mirror of
https://github.com/flarum/core.git
synced 2025-06-11 17:11:51 +02:00
fix(regression): missing TagsLabel
class
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
@ -7,7 +7,7 @@ export default function tagsLabel(tags, attrs = {}) {
|
|||||||
const children = [];
|
const children = [];
|
||||||
const { link, ...otherAttrs } = attrs;
|
const { link, ...otherAttrs } = attrs;
|
||||||
|
|
||||||
attrs.className = classList('TagsLabel', attrs.className);
|
otherAttrs.className = classList('TagsLabel', otherAttrs.className);
|
||||||
|
|
||||||
if (tags) {
|
if (tags) {
|
||||||
sortTags(tags).forEach((tag) => {
|
sortTags(tags).forEach((tag) => {
|
||||||
|
Reference in New Issue
Block a user