(e)
| 43 | |
| 44 | |
| 45 | const handleChange = (e) => { |
| 46 | setPaymentform({ ...paymentform, [e.target.name]: e.target.value }) |
| 47 | } |
| 48 | |
| 49 | const getData = async () => { |
| 50 | let u = await fetchuser(username) |
nothing calls this directly
no outgoing calls
no test coverage detected