diff --git a/components/CharacterGrid/index.tsx b/components/CharacterGrid/index.tsx index f8de6218..b569bf41 100644 --- a/components/CharacterGrid/index.tsx +++ b/components/CharacterGrid/index.tsx @@ -225,7 +225,7 @@ const CharacterGrid = (props: Props) => { .updateJobSkills({ partyId: party.id, params: payload }) .then((response) => { // Update the current skills - const newSkills = response.data.party.job_skills + const newSkills = response.data.job_skills setJobSkills(newSkills) appState.party.jobSkills = newSkills })