From c57047dc3455a2321619992eada5b37702e1df73 Mon Sep 17 00:00:00 2001 From: William Chong Date: Tue, 14 Jan 2025 20:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20invalid=20show=20drm=20opt?= =?UTF-8?q?ion=20judgement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/edit/_iscnId.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/edit/_iscnId.vue b/pages/edit/_iscnId.vue index feec7344..4df37122 100644 --- a/pages/edit/_iscnId.vue +++ b/pages/edit/_iscnId.vue @@ -365,7 +365,7 @@ export default class EditIscnPage extends Vue { } get shouldShowDRMOption() { - return this.uploadArweaveIdList.filter(Boolean).length + return this.uploadArweaveLinkList.filter(Boolean).length } get payload() {