Fix default percentage of score
This commit is contained in:
parent
c2b9e9f73f
commit
668d495c60
@ -68,7 +68,7 @@ export const useSongDataStore = create<SongDataState>()((set) => ({
|
||||
failed: false,
|
||||
currentSongTime: 0,
|
||||
currentScore: 0,
|
||||
percentage: "100%",
|
||||
percentage: "100",
|
||||
combo: 0,
|
||||
currentPP: undefined,
|
||||
saberA: {
|
||||
@ -178,7 +178,7 @@ export const useSongDataStore = create<SongDataState>()((set) => ({
|
||||
failed: false,
|
||||
currentSongTime: 0,
|
||||
currentScore: 0,
|
||||
percentage: "100%",
|
||||
percentage: "100",
|
||||
combo: 0,
|
||||
currentPP: undefined,
|
||||
saberA: {
|
||||
|
Reference in New Issue
Block a user