Updated GroupCollectionTimeline

• Updated:
- GroupCollectionTimeline
This commit is contained in:
mgabdev 2020-08-07 18:10:54 -05:00
parent cef6b2dfd1
commit 8c985def86
1 changed files with 1 additions and 1 deletions

View File

@ -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