Skip to content
Snippets Groups Projects
Commit 7f10483d authored by Titus Netland's avatar Titus Netland
Browse files

Opening correct account

parent 479ec0c3
No related branches found
No related tags found
1 merge request!98Rent history
Pipeline #180514 passed
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
</p> </p>
<div class="flex flex-row items-center"> <div class="flex flex-row items-center">
<div class="flex flex-col px-4 flex-1"> <div class="flex flex-col px-4 flex-1">
<router-link :to="{ path: '/profile/' + user.accountId }"> <router-link :to="{ path: '/profile/' + user.userId }">
Leid til: {{ user.firstName }} {{ user.lastName }} Leid til: {{ user.firstName }} {{ user.lastName }}
</router-link> </router-link>
</div> </div>
......
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