Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Dec 17, 2024
1 parent 5503e96 commit 122a283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ export const useTransactionHistory = (
updatePendingTransaction: updatePendingReceiverTransaction
} = useMappedReceiverTransactionHistory({
address,
shouldStartToFetch: senderTransactions.length > 0 || completedForSender
shouldStartToFetch: senderTransactions.length > 0 && !loadingForSender
})

const { cctpTransactions, cctpLoading } = useCctpTransactions({ address })
Expand Down

0 comments on commit 122a283

Please sign in to comment.