( +// const CreatorsHeaderLink = ({ linkTo, children }) => ( //
  • // {children} @@ -30,7 +30,7 @@ import ArrowForwardIcon from "react-icons/lib/md/arrow-forward" //
  • // ) -class CommunityHeader extends Component { +class CreatorsHeader extends Component { render() { const { /*forHire, hiring,*/ submissionText } = this.props return ( @@ -40,7 +40,7 @@ class CommunityHeader extends Component { }} > - All - + All + People - - + + Agencies - - + + Companies - + */}
    {title} - applyFilter(filter)} forHire={this.state.for_hire} hiring={this.state.hiring} @@ -131,7 +131,7 @@ class CommunityView extends Component {

    No results

    ) : ( creators.map(item => ( -
    +
    )) )} - {creators.length && } + {creators.length && }