mirror of
https://github.com/flarum/core.git
synced 2025-08-02 06:30:53 +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 { link, ...otherAttrs } = attrs;
|
||||
|
||||
attrs.className = classList('TagsLabel', attrs.className);
|
||||
otherAttrs.className = classList('TagsLabel', otherAttrs.className);
|
||||
|
||||
if (tags) {
|
||||
sortTags(tags).forEach((tag) => {
|
||||
|
Reference in New Issue
Block a user