diff --git a/src/pages/requests/ContactCoach.vue b/src/pages/requests/ContactCoach.vue index a705b8c..55a351a 100644 --- a/src/pages/requests/ContactCoach.vue +++ b/src/pages/requests/ContactCoach.vue @@ -41,7 +41,7 @@ export default { this.$store.dispatch('requests/contactCoach', { email: this.email, message: this.message, - coachId: this.$route.id + coachId: this.$route.params.id }); this.$router.replace('/coaches'); }