Skip to content

Commit

Permalink
fixes output renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
jomurgel committed Sep 21, 2018
1 parent 20fa2e5 commit 9970bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search-edit-component/post-render.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class PostRenderer extends Component {
}

render() {
const selectedResults = this.props.selectedResultsJSONAlt.data;
const selectedResults = JSON.parse( this.props.posts );

return (
( undefined !== selectedResults && 0 < selectedResults.length ) ? (
Expand Down

0 comments on commit 9970bc3

Please sign in to comment.