Update 03-interactivity-and-dynamic-uis.md (#7015)

This commit is contained in:
nhducit
2016-06-14 13:55:38 -04:00
committed by Paul O’Shannessy
parent 6b8db0e111
commit eda159cd28
@@ -16,7 +16,7 @@ class LikeButton extends React.Component {
super();
this.state = {
liked: false
}
};
this.handleClick = this.handleClick.bind(this);
}
handleClick() {