Updated group sorting in frontend

• Updated:
- group sorting in frontend
This commit is contained in:
mgabdev
2020-08-06 23:19:18 -05:00
parent 6328b21186
commit f9f2744a63
10 changed files with 161 additions and 61 deletions

View File

@@ -7,7 +7,6 @@ import PageTitle from '../features/ui/util/page_title'
import GroupLayout from '../layouts/group_layout'
import TimelineComposeBlock from '../components/timeline_compose_block'
import Divider from '../components/divider'
import GroupSortBlock from '../components/group_sort_block'
const messages = defineMessages({
group: { id: 'group', defaultMessage: 'Group' },
@@ -75,10 +74,6 @@ class GroupPage extends ImmutablePureComponent {
</Fragment>
}
{
isTimeline && <GroupSortBlock />
}
{children}
</GroupLayout>
)