mirror of
https://github.com/flarum/framework.git
synced 2025-02-20 17:52:45 +08:00
fix(regression): missing TagsLabel
class
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
parent
5b89d3e91a
commit
feb968780a
@ -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) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user