diff --git a/web/src/components/dex/MintAssetModal.tsx b/web/src/components/dex/MintAssetModal.tsx index 8e0536b3..47cd04be 100644 --- a/web/src/components/dex/MintAssetModal.tsx +++ b/web/src/components/dex/MintAssetModal.tsx @@ -123,7 +123,7 @@ export const MintAssetModal: React.FC = ({ await mintTx.signAndSend( account, { signer }, - ({ status, dispatchError, events }) => { + ({ status, dispatchError }) => { if (import.meta.env.DEV) console.log('Transaction status:', status.type); if (status.isInBlock) {