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,
|
failed: false,
|
||||||
currentSongTime: 0,
|
currentSongTime: 0,
|
||||||
currentScore: 0,
|
currentScore: 0,
|
||||||
percentage: "100%",
|
percentage: "100",
|
||||||
combo: 0,
|
combo: 0,
|
||||||
currentPP: undefined,
|
currentPP: undefined,
|
||||||
saberA: {
|
saberA: {
|
||||||
@ -178,7 +178,7 @@ export const useSongDataStore = create<SongDataState>()((set) => ({
|
|||||||
failed: false,
|
failed: false,
|
||||||
currentSongTime: 0,
|
currentSongTime: 0,
|
||||||
currentScore: 0,
|
currentScore: 0,
|
||||||
percentage: "100%",
|
percentage: "100",
|
||||||
combo: 0,
|
combo: 0,
|
||||||
currentPP: undefined,
|
currentPP: undefined,
|
||||||
saberA: {
|
saberA: {
|
||||||
|
Reference in New Issue
Block a user