{this.posts()} @@ -316,9 +320,9 @@ export class Main extends Component {
    - {this.state.trendingCommunities.map(community => ( + {this.state.trendingCommunities.map(cv => (
  • - +
  • ))}
@@ -338,17 +342,9 @@ export class Main extends Component {
    - {this.state.subscribedCommunities.map(community => ( + {this.state.subscribedCommunities.map(cfv => (
  • - +
  • ))}
@@ -357,6 +353,7 @@ export class Main extends Component { } sidebar() { + let site = this.state.siteRes.site_view.site; return (
{!this.state.showEditSite ? ( @@ -365,14 +362,11 @@ export class Main extends Component { {this.siteName()} {this.adminButtons()}
- + {this.siteInfo()}