So i got this code related to my useEffect:
const [balance, setBalance] = useState(0); useEffect(() => { if (user) { setBalance(user.user_ba