remove // XXX

pull/1/head
David Benqué 5 years ago
parent 06434e576e
commit 5be70f7673

@ -683,8 +683,6 @@ define([
}));
}
// XXX problem with the hardcoded ": " here
// possibly duplicate translation keys
if (data.tags && Array.isArray(data.tags)) {
$d.append(h('div.cp-app-prop', [Messages.fm_prop_tagsList, h('br'), h('span.cp-app-prop-content', data.tags.join(', '))]));
}

Loading…
Cancel
Save