Skip to content

Commit

Permalink
add key tag to the event prop
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronyan committed Apr 28, 2017
1 parent 0bb2823 commit b0e1e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/reader/tag-stream/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const TagStream = React.createClass( {
recordAction( isFollowing ? 'unfollowed_topic' : 'followed_topic' );
recordGaEvent( isFollowing ? 'Clicked Unfollow Topic' : 'Clicked Follow Topic', decodedTag );
recordTrack( isFollowing ? 'calypso_reader_reader_tag_unfollowed' : 'calypso_reader_reader_tag_followed', {
decodedTag
tag: decodedTag
} );
},

Expand Down

0 comments on commit b0e1e88

Please sign in to comment.