mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 11:18:01 +00:00
fix: remove unused events parameter in MintAssetModal
This commit is contained in:
@@ -123,7 +123,7 @@ export const MintAssetModal: React.FC<MintAssetModalProps> = ({
|
||||
await mintTx.signAndSend(
|
||||
account,
|
||||
{ signer },
|
||||
({ status, dispatchError, events }) => {
|
||||
({ status, dispatchError }) => {
|
||||
if (import.meta.env.DEV) console.log('Transaction status:', status.type);
|
||||
|
||||
if (status.isInBlock) {
|
||||
|
||||
Reference in New Issue
Block a user