Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Aug 8, 2024
1 parent ed36331 commit 88c2bd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/TransactionWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ export default function TransactionWrapper({
abi: mintABI,
functionName: 'mint',
args: [
account.address,
tokenId,
quantity,
rewardsRecipients,
account.address,
tokenId,
quantity,
rewardsRecipients,
minterArguments,
],
},
Expand Down

0 comments on commit 88c2bd8

Please sign in to comment.