Reset conflict modal after close

This commit is contained in:
Justin Edmund 2023-01-02 21:29:13 -08:00
parent ff728e0b81
commit 56524d847a

View file

@ -43,6 +43,7 @@ const WeaponConflictModal = (props: Props) => {
function close() {
setOpen(false)
props.resetConflict()
}
const infoString = () => {