Another large update for all components
reorganization, linting, updating file imports, consolidation warning: there will be errors in this commit todo: update webpack, add missing styles, scss files, consolidate group page components.
This commit is contained in:
@@ -38,14 +38,14 @@ class GroupPage extends ImmutablePureComponent {
|
||||
return (
|
||||
<ColumnsArea
|
||||
layout={{
|
||||
top: top,
|
||||
right: (
|
||||
TOP: top,
|
||||
RIGHT: (
|
||||
<Fragment>
|
||||
<GroupSidebarPanel />
|
||||
<WhoToFollowPanel />
|
||||
</Fragment>
|
||||
),
|
||||
left: (
|
||||
LEFT: (
|
||||
<Fragment>
|
||||
{group && relationships &&
|
||||
<GroupPanel
|
||||
|
||||
Reference in New Issue
Block a user