We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc18083 commit 6f88c28Copy full SHA for 6f88c28
client/reader/search-stream/index.jsx
@@ -70,11 +70,11 @@ const SearchCardAdapter = ( isRecommendations ) => class extends Component {
70
71
onCardClick = ( post ) => {
72
recordTrackForPost( 'calypso_reader_searchcard_clicked', post );
73
- this.props.handleClick( { post } );
+ this.props.handleClick();
74
}
75
76
onCommentClick = () => {
77
- this.props.handleClick( this.props.post, { comments: true } );
+ this.props.handleClick( { comments: true } );
78
79
80
render() {
0 commit comments