Skip to content

Commit

Permalink
fix: build issues caused by NFT packs (metaplex-foundation#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaxozhu authored Dec 7, 2021
1 parent bbb615a commit 972a215
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions js/packages/web/src/views/artCreate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ const InfoStep = (props: {
small={true}
artView={!(props.files.length > 1)}
className="art-create-card"
artView={!(props.files.length > 1)}
/>
)}
</Col>
Expand Down Expand Up @@ -1130,7 +1129,6 @@ const LaunchStep = (props: {
small={true}
artView={props.files[1]?.type === 'unknown'}
className="art-create-card"
artView={props.files[1]?.type === 'unknown'}
/>
)}
</Col>
Expand Down
1 change: 1 addition & 0 deletions js/packages/web/src/views/pack/transactions/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export interface RequestCardParams {
tokenAccount: StringPublicKey;
packVoucher: StringPublicKey;
wallet: WalletContextState;
randomOracle: StringPublicKey;
}

export interface RequestCardsParams {
Expand Down

0 comments on commit 972a215

Please sign in to comment.