diff --git a/frontend/src/views/BundleNFT.vue b/frontend/src/views/BundleNFT.vue index ed81ecc..7b82566 100644 --- a/frontend/src/views/BundleNFT.vue +++ b/frontend/src/views/BundleNFT.vue @@ -106,6 +106,8 @@ export default { 'getStatus', 'getAllNFTs', 'getNFTArray', + 'getAccountId', + 'getDeployedPictureMeta', ]), statusText() { switch (this.getStatus) { @@ -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 })), }) }, },