diff --git a/assets/js/pages/groups/sections/header.js b/assets/js/pages/groups/sections/header.js index 27ca09b9..0037ba48 100644 --- a/assets/js/pages/groups/sections/header.js +++ b/assets/js/pages/groups/sections/header.js @@ -84,7 +84,7 @@ ComunicWeb.pages.groups.sections.header = { //Group description (if any) - if(info.url != "null") + if(info.description != "null") createElem2({ appendTo: secondColumn, type: "div",