From 8625411ace92b68898f6e8a4259450f4301322fd Mon Sep 17 00:00:00 2001 From: Robert Mennell Date: Fri, 19 Oct 2018 09:42:43 +0300 Subject: [PATCH] Update snippets/StarRating.md Co-Authored-By: Chalarangelo --- snippets/StarRating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/StarRating.md b/snippets/StarRating.md index f33b76e84..39bf22d34 100644 --- a/snippets/StarRating.md +++ b/snippets/StarRating.md @@ -44,7 +44,7 @@ const StarRating = (function() { render() { return (
this.hoverOver(null)} + onMouseOut={this.hoverOut} onClick={this.handleClick} onMouseOver={this.hoverOver} >