Change avatar provider

This commit is contained in:
Liam 2022-10-28 21:04:10 +01:00
parent 7c136a507c
commit 60df8bac2c

@ -42,7 +42,7 @@ export const usePlayerDataStore = create<PlayerDataState>()((set) => ({
id: playerId, id: playerId,
isLoading: false, isLoading: false,
pp: data.pp, pp: data.pp,
avatar: data.avatar || data.profilePicture, avatar: `https://cdn.scoresaber.com/avatars/${playerId}.jpg`,
globalPos: data.rank, globalPos: data.rank,
countryRank: data.countryRank, countryRank: data.countryRank,
country: data.country, country: data.country,