Skip to content

Commit

Permalink
✨ Also hide ipfs hash when arweave link is swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 8, 2024
1 parent aeba95f commit 5444d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/IscnRegisterForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ export default class IscnRegisterForm extends Vue {
if (this.combinedArweaveLinks.length) {
array.push(...this.combinedArweaveLinks)
}
if (this.ipfsHashList.length) {
if (!this.isUseArweaveLink && this.ipfsHashList.length) {
array.push(...this.ipfsHashList.map((ipfs) => this.formatIpfs(ipfs)))
}
if (this.customContentFingerprints.length) {
Expand Down

0 comments on commit 5444d6e

Please sign in to comment.