Skip to content

Commit

Permalink
fix(ProposalDetail): do not append [COMPLETION]
Browse files Browse the repository at this point in the history
  • Loading branch information
plitzenberger committed Dec 1, 2024
1 parent f3c52bf commit 0d75cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/proposals/ProposalDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ export default {
async onQuestPayout() {
try {
await this.createQuestPayout({
title: `${this.proposal.details_title_s} [COMPLETION]`,
title: this.proposal.details_title_s,
description: 'test',
questStartId: this.proposal.docId
})
Expand Down

0 comments on commit 0d75cdd

Please sign in to comment.