diff --git a/js/src/forum/components/NotificationList.js b/js/src/forum/components/NotificationList.js index f469dd00d..be100e780 100644 --- a/js/src/forum/components/NotificationList.js +++ b/js/src/forum/components/NotificationList.js @@ -73,7 +73,7 @@ export default class NotificationList extends Component {
{group.discussion ? ( - {badges && badges.length && } + {badges && !!badges.length && } {group.discussion.title()} ) : (