Skip to content

Commit

Permalink
fixup! refactor: wrap methods with useCallbacks
Browse files Browse the repository at this point in the history
Add dependency to array
  • Loading branch information
chrstph-dvx committed Nov 22, 2024
1 parent 94da1e5 commit a376a1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/arb-token-bridge-ui/src/hooks/useArbTokenBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,8 @@ export const useArbTokenBridge = (
updateErc20L1Balance,
updateErc20L2Balance,
updateErc20L1CustomDestinationBalance,
updateErc20CustomDestinationL2Balance
updateErc20CustomDestinationL2Balance,
destinationAddress
]
)

Expand Down

0 comments on commit a376a1a

Please sign in to comment.