Skip to content

Commit d5560db

Browse files
author
Xavier Lozano Carreras
committed
Address feedback
1 parent 4f26244 commit d5560db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/packages/jetpack-mu-wpcom/src/features/help-center/js/upsell-support-link-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const UpsellSupportLinkHandler = () => {
3030

3131
const handleClick = event => {
3232
event.preventDefault();
33-
setShowSupportDoc( event.target.href );
33+
setShowSupportDoc( event.currentTarget.href );
3434
};
3535

3636
links.forEach( link => {

0 commit comments

Comments
 (0)