style updates
This commit is contained in:
@ -36,7 +36,6 @@ export const getDifficultyText = (chartId: number | null) => {
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
export const getGrade = (score: number) => {
|
||||
if (score >= 1009000) return "SSS+";
|
||||
if (score >= 1007500 && score <= 1008999) return "SSS";
|
||||
|
Reference in New Issue
Block a user