Fixed issue with empty featured group in FeaturedGroupsInjection
• Fixed: - issue with empty featured group in FeaturedGroupsInjection • Added: - missing key in loop in FeaturedGroupsInjection render
This commit is contained in:
@@ -60,7 +60,7 @@ class GroupCollectionItem extends ImmutablePureComponent {
|
||||
if (isAddable && groupTitle.length > 52) groupTitle = `${groupTitle.substring(0, 52).trim()}...`
|
||||
|
||||
return (
|
||||
<div className={_s.d}>
|
||||
<div className={[_s.d, _s.w300PX].join(' ')}>
|
||||
<NavLink
|
||||
to={`/groups/${group.get('id')}`}
|
||||
className={navLinkClasses}
|
||||
|
||||
Reference in New Issue
Block a user