From 944bfa3d1790e0169d7dfb5bb6d4433e63c00921 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 1 Dec 2022 04:00:48 -0800 Subject: [PATCH] Update index.tsx --- components/Party/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/Party/index.tsx b/components/Party/index.tsx index 921fd259..677a2ec8 100644 --- a/components/Party/index.tsx +++ b/components/Party/index.tsx @@ -137,6 +137,8 @@ const Party = (props: Props) => { appState.party.description = party.description appState.party.raid = party.raid appState.party.updated_at = party.updated_at + appState.party.job = party.job + appState.party.jobSkills = party.job_skills appState.party.id = party.id appState.party.extra = party.extra