Update index.tsx
This commit is contained in:
parent
6d602462fb
commit
944bfa3d17
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue