Skip to content
Snippets Groups Projects
Commit c45f20da authored by Sander August Heggland Schrader's avatar Sander August Heggland Schrader
Browse files

Changed name

parent 8d7d1793
No related branches found
No related tags found
1 merge request!145Added redirect
Pipeline #182012 passed
......@@ -42,7 +42,7 @@
</div>
<div>
<notification-modal
@click="routeToHome"
@click="routeToChat"
:visible="confirmed"
:title="'Vellykket'"
:message="'Forespørsel sendt!'"
......@@ -150,7 +150,7 @@ export default {
cancelRent() {
this.$router.go(0);
},
routeToHome() {
routeToChat() {
this.$router.push("/messages?userID=" + this.newRentBox.renterId);
},
sendRent: async function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment