${_.isNumber(item.stars) && item.stars ?
diff --git a/src/components/ItemDialogContentRenderer.js b/src/components/ItemDialogContentRenderer.js
index 0b764aac..62626aca 100644
--- a/src/components/ItemDialogContentRenderer.js
+++ b/src/components/ItemDialogContentRenderer.js
@@ -653,8 +653,8 @@ module.exports.render = function({settings, tweetsCount, itemInfo}) {
const productInfo = `
${h(itemInfo.name)}
-
+ ${itemInfo.organization ? `
` : ""}
${productPaths.map( (productPath) => `
${renderItemCategory({path: productPath, itemInfo})}
`).join('')}