diff --git a/src/components/ScoreStats.js b/src/components/ScoreStats.js index a9d59ff..e61bf66 100644 --- a/src/components/ScoreStats.js +++ b/src/components/ScoreStats.js @@ -62,14 +62,14 @@ export default function ScoreStats() { height={30} src="https://cdn.fascinated.cc/Hc1eD7QY.png" unoptimized - alt="ScoreSaber logo" + alt="BeatLeader logo" >

- {scoreSaberPP.toFixed(0)}pp + {scoreSaberPP.pp.toFixed(0)}pp

) : null} diff --git a/src/store/songDataStore.ts b/src/store/songDataStore.ts index 27cc351..c2985bf 100644 --- a/src/store/songDataStore.ts +++ b/src/store/songDataStore.ts @@ -154,6 +154,8 @@ export const useSongDataStore = create()((set) => ({ } const { bsr, mapArt } = mapDataresponse.data.data; + console.log(scoreSaberLeaderboardData); + set({ isLoading: false, hasError: hasError,