mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Fix group skill difference not showing
This commit is contained in:
parent
7921d11276
commit
7981c4ae99
|
|
@ -177,7 +177,7 @@ export function GroupCard({
|
|||
</div>
|
||||
</div>
|
||||
) : null}
|
||||
{group.skillDifference && !group.tier ? (
|
||||
{group.skillDifference ? (
|
||||
<GroupSkillDifference skillDifference={group.skillDifference} />
|
||||
) : null}
|
||||
{action &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user