Skip to content

Commit

Permalink
🐛 Fix invalid show drm option judgement
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jan 15, 2025

Verified

This commit was signed with the committer’s verified signature.
JoshuaBrest Joshua Brest
1 parent 4a30a82 commit 7c2ee92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/edit/_iscnId.vue
Original file line number Diff line number Diff line change
@@ -365,7 +365,7 @@ export default class EditIscnPage extends Vue {
}
get shouldShowDRMOption() {
return this.uploadArweaveIdList.filter(Boolean).length
return this.uploadArweaveLinkList.filter(Boolean).length
}
get payload() {

0 comments on commit 7c2ee92

Please sign in to comment.