mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-23 20:07:35 -05:00
Only show MMR relation for full groups
This commit is contained in:
parent
4f8f45fc9e
commit
bb04b27761
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user