Update snippets/StarRating.md
Co-Authored-By: Chalarangelo <chalarangelo@gmail.com>
This commit is contained in:
@ -44,7 +44,7 @@ const StarRating = (function() {
|
||||
render() {
|
||||
return (
|
||||
<div
|
||||
onMouseOut={() => this.hoverOver(null)}
|
||||
onMouseOut={this.hoverOut}
|
||||
onClick={this.handleClick}
|
||||
onMouseOver={this.hoverOver}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user