Reset detailsVisible when new party loaded
This commit is contained in:
parent
c51c16de09
commit
bf3331d1c5
1 changed files with 2 additions and 0 deletions
|
|
@ -128,6 +128,8 @@ const Party = (props: Props) => {
|
|||
appState.party.created_at = team.created_at
|
||||
appState.party.updated_at = team.updated_at
|
||||
|
||||
appState.party.detailsVisible = false
|
||||
|
||||
// Populate state
|
||||
storeCharacters(team.characters)
|
||||
storeWeapons(team.weapons)
|
||||
|
|
|
|||
Loading…
Reference in a new issue