Undo the redo
This commit is contained in:
parent
005b653544
commit
104c0eaa27
@ -112,7 +112,7 @@ export const useSongDataStore = create<SongDataState>()((set) => ({
|
||||
if (response.status !== 200) {
|
||||
return set({ isLoading: false, hasError: hasError });
|
||||
}
|
||||
const { bsr, mapArt } = response.data;
|
||||
const { bsr, mapArt } = response.data.data;
|
||||
|
||||
set({
|
||||
isLoading: false,
|
||||
|
Reference in New Issue
Block a user