Client - update filters on sports
This commit is contained in:
@ -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"
|
||||
>
|
||||
|
Reference in New Issue
Block a user