Skip to content

Commit

Permalink
πŸ› Fix invalid is wnft checking for oembed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 8, 2023
1 parent b97f55b commit 6d95dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/nft/class/_classId/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ export default {
});
}
const link = [];
if (this.isWritingNft) {
if (this.nftIsWritingNft) {
link.push({
hid: 'alternate-json-oembed',
type: 'application/json+oembed',
Expand Down

0 comments on commit 6d95dbe

Please sign in to comment.