diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index a4d1345f6..db1083acf 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -789,7 +789,7 @@ define([ }); var div = h('div.cp-usergrid-container' + noOthers, [ - h('label', label), + label ? h('label', label) : undefined, h('div.cp-usergrid-filter', (config.noFilter || config.noSelect) ? undefined : [ inputFilter, buttonSelect,