Reset conflict modal after close
This commit is contained in:
parent
ff728e0b81
commit
56524d847a
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ const WeaponConflictModal = (props: Props) => {
|
|||
|
||||
function close() {
|
||||
setOpen(false)
|
||||
props.resetConflict()
|
||||
}
|
||||
|
||||
const infoString = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue