### Issue: useEffect in useTransactions has an empty dependency array, so it won't refresh if the user changes wallets. ### Solution: Add walletAddress to the dependency array of the useEffect hook. @Tanya-ruby wants to work on this Please assign
Issue: useEffect in useTransactions has an empty dependency array, so it won't refresh if the user changes wallets.
Solution: Add walletAddress to the dependency array of the useEffect hook.
@Tanya-ruby wants to work on this Please assign