Update snippets/StarRating.md
Co-Authored-By: Chalarangelo <chalarangelo@gmail.com>
This commit is contained in:
@ -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
|
||||
}
|
||||
/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user