cleanup
All checks were successful
deploy / deploy (push) Successful in 57s

This commit is contained in:
Lee
2023-10-22 10:50:10 +01:00
parent 85495bfc18
commit 2e93a1b27f
6 changed files with 29 additions and 59 deletions

View File

@ -36,7 +36,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {
const toastId: any = useRef(null);
async function claimProfile() {
settingsStore?.setUserId(playerId);
settingsStore?.setProfile(playerData);
addProfile(false);
}
@ -91,7 +91,7 @@ export default function PlayerInfo({ playerData }: PlayerInfoProps) {
}
}
const isOwnProfile = settingsStore?.userId == playerId;
const isOwnProfile = settingsStore.player?.id == playerId;
return (
<Card className="mt-2">