feat: Adding the name of capturers of planets + displaying usernames for each team
This commit is contained in:
@@ -51,5 +51,6 @@ export function rowToCellPayload(row) {
|
||||
hasPlanet: row.has_planet,
|
||||
planet: row.planet_json ?? null,
|
||||
discoveredBy: row.discovered_by,
|
||||
capturedBy: row.captured_by ?? null,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user