only render if key is defined
This commit is contained in:
parent
923ed5bf83
commit
e859e29f9a
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
|||
|
||||
// Featuring ----------------------------------------------
|
||||
|
||||
renderGroup(['featuring']);
|
||||
Ox.getObjectById(pandora.site.itemKeys, 'featuring') && renderGroup(['featuring']);
|
||||
|
||||
// Render any remaing keys defined in config
|
||||
|
||||
|
|
Loading…
Reference in a new issue