From 388f3d89fb624089b93e4311f48bd9d537fea826 Mon Sep 17 00:00:00 2001 From: William Chong <6198816+williamchong@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:41:39 +0800 Subject: [PATCH] Update components/IscnUploadForm.vue Co-authored-by: AuroraHuang22 <75730405+AuroraHuang22@users.noreply.github.com> --- components/IscnUploadForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/IscnUploadForm.vue b/components/IscnUploadForm.vue index e3a470aa..5abb5400 100644 --- a/components/IscnUploadForm.vue +++ b/components/IscnUploadForm.vue @@ -718,7 +718,7 @@ export default class IscnUploadForm extends Vue { const uploadedData = this.sentArweaveTransactionInfo.get(record.ipfsHash) || {}; this.sentArweaveTransactionInfo.set(record.ipfsHash, { ...uploadedData, arweaveId }); if (tempRecord.fileName.includes('cover.jpeg')) { - const metadata = this.epubMetadataList.find((file: any) => file.thum === record.ipfsHash) + const metadata = this.epubMetadataList.find((file: any) => file.thumbnailIpfsHash === record.ipfsHash) if (metadata) { metadata.thumbnailArweaveId = arweaveId }