From 6d95dbef41fc74218ecea1ae533832b1b6f994fd Mon Sep 17 00:00:00 2001 From: William Chong Date: Fri, 8 Dec 2023 11:20:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20invalid=20is=20wnft=20chec?= =?UTF-8?q?king=20for=20oembed=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/nft/class/_classId/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/nft/class/_classId/index.vue b/src/pages/nft/class/_classId/index.vue index 5c6e44e27..cc2d4c04f 100644 --- a/src/pages/nft/class/_classId/index.vue +++ b/src/pages/nft/class/_classId/index.vue @@ -528,7 +528,7 @@ export default { }); } const link = []; - if (this.isWritingNft) { + if (this.nftIsWritingNft) { link.push({ hid: 'alternate-json-oembed', type: 'application/json+oembed',