The tab is invisble because it fully empty (as no comments found). We can fix it in JComments plugin by adding message then comments list is empy:
1. Open jcomments.plugin.php file
2. Replace code (and the end of file):
$content .= '</ul>'."\n";
}
with
$content .= '</ul>'."\n";
} else { $content .= 'Where are no comments at this time'; }