diff --git a/components/character/CharacterGrid/index.tsx b/components/character/CharacterGrid/index.tsx index deb914f0..018b11ca 100644 --- a/components/character/CharacterGrid/index.tsx +++ b/components/character/CharacterGrid/index.tsx @@ -180,6 +180,7 @@ const CharacterGrid = (props: Props) => { setPosition(-1) setConflicts([]) setIncoming(undefined) + setModalOpen(false) } async function removeCharacter(id: string) {