Fix character conflict modal only appearing once
We weren't changing the modal open state to false
This commit is contained in:
parent
37ca90a18c
commit
e43ecb2c00
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ const CharacterGrid = (props: Props) => {
|
|||
setPosition(-1)
|
||||
setConflicts([])
|
||||
setIncoming(undefined)
|
||||
setModalOpen(false)
|
||||
}
|
||||
|
||||
async function removeCharacter(id: string) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue