mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-26 09:20:24 -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>
|
||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
{group.skillDifference && !group.tier ? (
|
{group.skillDifference ? (
|
||||||
<GroupSkillDifference skillDifference={group.skillDifference} />
|
<GroupSkillDifference skillDifference={group.skillDifference} />
|
||||||
) : null}
|
) : null}
|
||||||
{action &&
|
{action &&
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user