From 60b4cd11a111951f29f53f196a73f34799978be1 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=92=A9=20Guard=20empty=20contentFingerpri?= =?UTF-8?q?nts=20in=20edit=20ISCN?= 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..a0aef28a 100644 --- a/pages/edit/_iscnId.vue +++ b/pages/edit/_iscnId.vue @@ -361,7 +361,7 @@ export default class EditIscnPage extends Vue { if (this.customContentFingerprints.length) { array.push(...this.customContentFingerprints) } - return array + return array.filter(Boolean) } get shouldShowDRMOption() {