Client - update filters on sports

This commit is contained in:
Sam
2021-10-27 18:54:41 +02:00
parent e4434acc94
commit b695d665d2
3 changed files with 14 additions and 3 deletions

View File

@ -45,7 +45,7 @@
v-model="workoutDataObject.sport_id"
>
<option
v-for="sport in translatedSports"
v-for="sport in translatedSports.filter((s) => s.is_active)"
:value="sport.id"
:key="sport.id"
>