Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(rating): correct star counts
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Jul 30, 2017
1 parent ae4baa3 commit a499be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Rating.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default {
newStar.count = count;
}
});
return star;
return newStar;
});
return stars.slice(this.min, this.max);
Expand Down

0 comments on commit a499be4

Please sign in to comment.