Skip to content

Commit

Permalink
fixed rating
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQuan committed Jun 16, 2020
1 parent 58203a7 commit fa1778d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WoWsInfo/src/page/player/Rating.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { APP } from '../../value/data';
class Rating extends Component {
render() {
const { container, range } = styles;
const ratingRange = ['0 - 750', '750 - 1100', '1100 - 1350', '1350 - 1550', '1550 - 1750', '1750 - 2100', '2100 - 2450', '2450 - 9999'];
const ratingRange = ['0', '1 - 750', '750 - 1100', '1100 - 1350', '1350 - 1550', '1550 - 1750', '1750 - 2100', '2100 - 2450', '2450 - 9999'];
const ratingComments = getRatingList();
const ratingColours = getColourList();

Expand Down

0 comments on commit fa1778d

Please sign in to comment.