Skip to content

Commit

Permalink
Merge branch 'master' into add-withdrawal-approval-check
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnachan authored Dec 19, 2024
2 parents 6a7a5df + 053aef9 commit 50e6e9f
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 50e6e9f

Please sign in to comment.