Updated GroupCollectionTimeline

• Updated:
- GroupCollectionTimeline
This commit is contained in:
mgabdev 2020-08-07 18:09:32 -05:00
parent 6c9c36bcb3
commit cef6b2dfd1
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class GroupCollectionTimeline extends PureComponent {
return ( return (
<Fragment> <Fragment>
{ {
!dontShowGroupSort && !dontShowGroupSort && collectionType === 'member' &&
<GroupSortBlock collectionType={collectionType} /> <GroupSortBlock collectionType={collectionType} />
} }
<StatusList <StatusList