LucidSamuel / Defi-Portfolio

Found empty functions JS-0057
Anti-pattern
Minor
2 years ago2 years old
Unexpected empty arrow function
17        }).then(res=> {
18            setTxs(res.data.data)
19            
20        }).catch(error=> {})21    }, []);
22
23    const handleChange = e => {