Hide empty categories in cookie banner preference panel
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -55,6 +55,8 @@ export class ProboCategoryList extends ProboElement {
|
|||||||
if (!this.template) return;
|
if (!this.template) return;
|
||||||
|
|
||||||
for (const cat of categories) {
|
for (const cat of categories) {
|
||||||
|
if (cat.cookies.length === 0) continue;
|
||||||
|
|
||||||
const wrapper = document.createElement("probo-category");
|
const wrapper = document.createElement("probo-category");
|
||||||
wrapper.setAttribute("name", cat.name);
|
wrapper.setAttribute("name", cat.name);
|
||||||
wrapper.setAttribute("kind", cat.kind);
|
wrapper.setAttribute("kind", cat.kind);
|
||||||
|
|||||||
Reference in New Issue
Block a user