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