diff --git a/pages/edit/_iscnId.vue b/pages/edit/_iscnId.vue index c7095ae3..95cfda34 100644 --- a/pages/edit/_iscnId.vue +++ b/pages/edit/_iscnId.vue @@ -338,10 +338,10 @@ export default class EditIscnPage extends Vue { description: this.description, keywords: this.contentMetadata.keywords, url: this.contentMetadata.url, - contentFingerprints: [ + contentFingerprints: Array.from(new Set([ ...this.contentFingerprints, ...this.customContentFingerprints, - ], + ])), stakeholders: this.iscnRecord?.stakeholders, type: this.contentMetadata['@type'], usageInfo: this.contentMetadata.usageInfo,