diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js
index 6df68a3f9..d097994ca 100644
--- a/www/common/common-ui-elements.js
+++ b/www/common/common-ui-elements.js
@@ -629,7 +629,7 @@ define([
};
var getPadProperties = function (common, data, cb) {
var $d = $('
');
- if (!data || (!data.href && !data.roHref)) { return void cb(void 0, $d); }
+ if (!data) { return void cb(void 0, $d); }
if (data.href) {
$('