Skip to content

Commit

Permalink
added link to go to team page in session history
Browse files Browse the repository at this point in the history
  • Loading branch information
Didiloy committed Jun 5, 2024
1 parent bd82594 commit 03e1b2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/renderer/src/components/SessionsHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
header="Équipe"
>
<template #body="slotProps">
{{ slotProps.data.team_name }}
<RouterLink
:to="'/team/' + slotProps.data.team_name"
style="color: var(--primary-500)"
>{{ slotProps.data.team_name }}</RouterLink
>
</template>
</Column>
<Column field="playtime" header="Durée de la session">
Expand Down

0 comments on commit 03e1b2a

Please sign in to comment.