Skip to content

Commit

Permalink
πŸ› Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Feb 20, 2024
1 parent a7d66d1 commit e552f41
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 @@ -1124,7 +1124,7 @@ export default class IscnRegisterForm extends Vue {
this.author.authorDescription = 'Author'
this.language = this.epubMetadata.language
this.tags = this.epubMetadata.tags
this.thumbnailUrl = this.formatArweave(this.epubMetadata.thumbnailUrl) as string
this.thumbnailUrl = this.formatArweave(this.epubMetadata.thumbnailArweaveId) as string
if (this.author.name) {
this.authors.push(this.author)
}
Expand Down

0 comments on commit e552f41

Please sign in to comment.