react-solana-nftmint
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "react-solana-nftmint", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "UseEffect hook to mint NFT 1/1s", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -61,4 +61,3 @@ # React Solana NFT Mint | ||
{error && <div>{error}</div>} | ||
{uploading && <div>NFT is cooking...</div>} | ||
{uploading && <div>NFT is cooking...</div>} | ||
<button disabled={!ready} onClick={handleMint}>Mint {props.title}</button> | ||
@@ -65,0 +64,0 @@ </div> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35552
67