fix issues
This commit is contained in:
@@ -175,9 +175,17 @@ function buildTeamsList() {
|
||||
{
|
||||
id: DEMO.teamId,
|
||||
name: 'Demo Team',
|
||||
tag: 'DEMO',
|
||||
description: 'Demo team for docker smoke tests',
|
||||
ownerId: 'driver-admin',
|
||||
createdAt: nowIso(),
|
||||
memberCount: 2,
|
||||
leagues: [DEMO.leagueId],
|
||||
isRecruiting: true,
|
||||
totalWins: 5,
|
||||
totalRaces: 20,
|
||||
rating: 2500,
|
||||
logoUrl: `/media/teams/${DEMO.teamId}/logo`,
|
||||
},
|
||||
],
|
||||
totalCount: 1,
|
||||
|
||||
Reference in New Issue
Block a user