Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Fix: TxBuilder - pass txRecipient (#3402)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Feb 1, 2022
1 parent 96f24c1 commit a4b6865
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export const ReviewConfirm = ({

return (
<TxModalWrapper
txTo={txRecipient}
txData={txData}
txValue={txValue}
operation={operation}
Expand Down

0 comments on commit a4b6865

Please sign in to comment.