Skip to content
Snippets Groups Projects
Commit a53a1afe authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

correct nuxtlinks for members

parent aab0731d
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,9 @@
<div class="list-group rounded-0">
<nuxt-link
class="list-group-item list-group-item-action border-0 d-flex justify-content-between"
:to="localePath('/membres/' + member.member.hash)"
:to="
localePath('/membre/?hash=' + member.member.hash)
"
v-for="member in forecast.forecasts"
:key="member.member.uid">
<div class="mr-3">
......
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