Client - display only active sports in application in user preferences

+ fixes
This commit is contained in:
Sam
2021-11-13 12:12:22 +01:00
parent 529adb0403
commit 50094d1fda
34 changed files with 327 additions and 66 deletions

View File

@@ -16,7 +16,7 @@ export const sports: ISport[] = [
},
{
color: '#000000',
has_workouts: false,
has_workouts: true,
id: 2,
img: '/img/sports/cycling-transport.png',
is_active: false,