Update snippets/StarRating.md

Co-Authored-By: Chalarangelo <chalarangelo@gmail.com>
This commit is contained in:
Robert Mennell
2018-10-19 09:42:14 +03:00
committed by GitHub
parent addd182056
commit 54185cb970

View File

@ -54,7 +54,7 @@ const StarRating = (function() {
marked={
this.state.selection
? this.state.selection >= i+1
: this.state.rating >= v
: this.state.rating >= i+1
}
/>
))}