Skip to content

Commit

Permalink
fix: onDecorated chain was broken (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
slammayjammay authored and chabou committed Jun 3, 2018
1 parent 1d6f24e commit f9c5387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ exports.decorateTerm = (Term, {React}) => {
}
}
if (this.props.onDecorated) {
this.onDecorated(term);
this.props.onDecorated(term);
}
}

Expand Down

0 comments on commit f9c5387

Please sign in to comment.