diff --git a/src/app/components/WalletSend/WalletSend.jsx b/src/app/components/WalletSend/WalletSend.jsx index f8b5168..a2a0131 100644 --- a/src/app/components/WalletSend/WalletSend.jsx +++ b/src/app/components/WalletSend/WalletSend.jsx @@ -106,9 +106,14 @@ const WalletSend = () => { ); }; + return ( <> {(() => { + + console.log("activeStep", activeStep); + console.log("address", address); + switch (activeStep) { // Send form case 0: @@ -163,12 +168,12 @@ const WalletSend = () => {