Skip to content

Commit

Permalink
fix(proposal-view): see profile link (#1313)
Browse files Browse the repository at this point in the history
fix(proposal-view): see profile link (#1313)
  • Loading branch information
arsenijesavic authored Jun 20, 2024
2 parents 90a8a21 + dc87083 commit bdf113e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/proposals/proposal-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default {
return this.getSalaryBucket(this.salary)
},
profile () {
return `/${this.$store.getters['dao/selectedDao'].name}/@${this.creator}`
return `/${this.daoSettings.settings_daoUrl_s}/@${this.creator}`
},
descriptionWithoutSpecialCharacters () {
const regex = / /gi
Expand Down

0 comments on commit bdf113e

Please sign in to comment.