Updated group sorting in frontend
• Updated: - group sorting in frontend
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user