build for prod
This commit is contained in:
parent
93e298a9f1
commit
e9eea69545
9 changed files with 25 additions and 138 deletions
|
@ -7,7 +7,7 @@ const StarRating = ({ rating, onRatingChange }: StarRatingProps) => {
|
|||
|
||||
return (
|
||||
<div>
|
||||
{[...Array(5)].map((star, index) => {
|
||||
{[...Array(5)].map((_, index) => {
|
||||
index += 1;
|
||||
return (
|
||||
<span
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue