From f5f4d03f90e1811ce3df53b2ba43748620e038f2 Mon Sep 17 00:00:00 2001 From: Robert Mennell Date: Fri, 19 Oct 2018 09:41:54 +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 6ad70ab61..f5df8e657 100644 --- a/snippets/StarRating.md +++ b/snippets/StarRating.md @@ -47,7 +47,7 @@ const StarRating = (function() { onClick={this.handleClick} onMouseOver={this.hoverOver} > - {Array.from({ length: 5 }, (v, i) => i + 1).map(v => ( + {Array.from({ length: 5 }, (v, i) => (