fix name for groups

This commit is contained in:
Robin Appelman 2020-05-10 16:34:05 +02:00
commit 35ccffd16c

View file

@ -475,7 +475,7 @@ export class Steam {
return {
puppetId: room.puppetId,
groupId: room.groupId,
shortDescription: p.knownGroupNames.get(room.groupId),
name: p.knownGroupNames.get(room.groupId),
}
}
}