Merge pull request #470 from xwiki-labs/design_dialogs_props

remove // XXX
This commit is contained in:
ansuz
2019-11-25 11:06:10 -05:00
committed by GitHub

View File

@@ -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(', '))]));
}