Skip to content

Commit

Permalink
wip(JOB-57) : todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Trollé committed Aug 2, 2017
1 parent 979f21a commit 70fcb48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/InterestModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
},
displayToasterNotification() {
const mission = this.mission;
// TODO test last commit + test back intègre bien les intérêts + ce truc this.mission
const mission = this.mission();
const message = `Votre intérêt pour la mission "${mission}" a été pris en compte.`;
this.$root.$refs.toastr.s(message);
},
Expand Down

0 comments on commit 70fcb48

Please sign in to comment.