Skip to content

Commit

Permalink
revert the commit to add subjectName in event.detail
Browse files Browse the repository at this point in the history
  • Loading branch information
fenglish committed Jan 21, 2019
1 parent eef379c commit 68b94d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/x-follow-button/src/FollowButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export const FollowButton = (props) => {
relationshipName: 'followed',
subjectType: 'concept',
subjectId: conceptId,
subjectName: conceptName,
token: csrfToken
};

Expand Down

0 comments on commit 68b94d2

Please sign in to comment.