Fix character conflict modal only appearing once

We weren't changing the modal open state to false
This commit is contained in:
Justin Edmund 2023-07-02 03:31:30 -07:00
parent 37ca90a18c
commit e43ecb2c00

View file

@ -180,6 +180,7 @@ const CharacterGrid = (props: Props) => {
setPosition(-1)
setConflicts([])
setIncoming(undefined)
setModalOpen(false)
}
async function removeCharacter(id: string) {