Skip to content

Commit

Permalink
bundle request update
Browse files Browse the repository at this point in the history
  • Loading branch information
matt5346 committed Mar 18, 2022
1 parent af85d33 commit 6df636f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/views/BundleNFT.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ export default {
'getStatus',
'getAllNFTs',
'getNFTArray',
'getAccountId',
'getDeployedPictureMeta',
]),
statusText() {
switch (this.getStatus) {
Expand Down Expand Up @@ -173,7 +175,7 @@ export default {
media: this.getDeployedPictureMeta,
copies: 1,
},
bundles: this.getAllNFTs.map((item) => ({ ...item, contract: "" })),
bundles: this.getAllNFTs.map((item) => ({ ...item, contract: this.getAccountId, approval_id: 0 })),
})
},
},
Expand Down

0 comments on commit 6df636f

Please sign in to comment.