Skip to content

Commit

Permalink
fix: nft creation without data ouput (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexruzenhack authored Oct 11, 2024
1 parent 9457d12 commit bde0007
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/screens/CreateNFT.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ function CreateNFT() {
symbol,
parseInt(amount),
{
nftData,
data: [nftData],
isCreateNFT: true,
address,
pinCode: pin,
createMint,
Expand Down

0 comments on commit bde0007

Please sign in to comment.