Skip to content

Commit

Permalink
Merge branch 'master' into dl/fix-confirm-calc
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnachan authored Dec 19, 2024
2 parents 09f932b + 053aef9 commit 30fb755
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 30fb755

Please sign in to comment.