(e)
| 17 | }) |
| 18 | |
| 19 | const handleAddressChange = (e) => { |
| 20 | setAddress({ |
| 21 | ...address, |
| 22 | [e.target.name]: e.target.value |
| 23 | }) |
| 24 | } |
| 25 | |
| 26 | const handleSubmit = async (e) => { |
| 27 | e.preventDefault() |
nothing calls this directly
no outgoing calls
no test coverage detected