Skip to content

Commit

Permalink
fix: show new transactions when fetching raw data (#2154)
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx authored Dec 19, 2024
1 parent 0412672 commit 053aef9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ export const useTransactionHistory = (

if (isLoadingTxsWithoutStatus || error) {
return {
transactions: [],
transactions: newTransactionsData || [],
loading: isLoadingTxsWithoutStatus,
error,
failedChainPairs: [],
Expand Down

0 comments on commit 053aef9

Please sign in to comment.