Updated GroupCollectionTimeline
• Updated: - GroupCollectionTimeline
This commit is contained in:
parent
cef6b2dfd1
commit
8c985def86
|
@ -174,7 +174,7 @@ class GroupCollectionTimeline extends PureComponent {
|
||||||
return (
|
return (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
{
|
{
|
||||||
!dontShowGroupSort && collectionType === 'member' &&
|
!dontShowGroupSort && collectionType !== 'member' &&
|
||||||
<GroupSortBlock collectionType={collectionType} />
|
<GroupSortBlock collectionType={collectionType} />
|
||||||
}
|
}
|
||||||
<StatusList
|
<StatusList
|
||||||
|
|
Loading…
Reference in New Issue