class WPSitePosts extends React.Component { // ... render() { let posts = ''; if( this.props.posts.length == 0 ) { posts =
Nothing to See