only add metadata element if there is metadata

This commit is contained in:
Angus McLeod 2018-09-29 10:12:48 +10:00
parent e1eb585974
commit 02e3438a9c
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [];