Iβm using react-moralis
library and get erc20 tokens by this code
const { fetchERC20Balances, data, isLoading, isFetching, error } = useERC20Balances();
all information will return but the token logo is always null in all objects as you can see in the image
So the Question is how can I retrieve token logos and not get null instead?