Bind onClick event handler for marketing kb article click (https://github.com/woocommerce/woocommerce-admin/pull/4437)

This commit is contained in:
Jason Conroy 2020-05-26 08:33:58 +09:30 committed by GitHub
parent 96a4856940
commit 308a14ff38
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class KnowledgeBase extends Component {
className="woocommerce-marketing-knowledgebase-card__post"
href={ post.link }
key={ index }
onClick={ this.onPostClick( this, post ) }
onClick={ this.onPostClick.bind( this, post ) }
target="_blank"
rel="noopener noreferrer"
>