mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 05:36:28 -05:00
Only show MMR relation for full groups
This commit is contained in:
@@ -177,7 +177,10 @@ export function otherGroupsForResponse({
|
||||
}),
|
||||
ranked: ranked(),
|
||||
MMRRelation:
|
||||
ownGroup.ranked && group.ranked && useRelativeSkillLevel
|
||||
ownGroup.ranked &&
|
||||
group.ranked &&
|
||||
useRelativeSkillLevel &&
|
||||
group.members.length === LFG_GROUP_FULL_SIZE
|
||||
? resolveMMRRelation({ group, ownGroup })
|
||||
: undefined,
|
||||
teamMMR:
|
||||
|
||||
Reference in New Issue
Block a user