mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-07-08 15:22:46 +00:00
only add metadata element if there is metadata
This commit is contained in:
parent
e1eb585974
commit
02e3438a9c
@ -65,9 +65,9 @@ createWidget('category-header-widget', {
|
|||||||
}
|
}
|
||||||
}))
|
}))
|
||||||
);
|
);
|
||||||
}
|
|
||||||
|
|
||||||
contents.push(h('div.donations-category-metadata', metadata));
|
contents.push(h('div.donations-category-metadata', metadata));
|
||||||
|
}
|
||||||
|
|
||||||
let users = [];
|
let users = [];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user