Fix group skill difference not showing
Some checks failed
Tests and checks on push / run-checks-and-tests (push) Has been cancelled
Updates translation progress / update-translation-progress-issue (push) Has been cancelled

This commit is contained in:
Kalle 2024-11-07 21:33:33 +02:00
parent 7921d11276
commit 7981c4ae99

View File

@ -177,7 +177,7 @@ export function GroupCard({
</div>
</div>
) : null}
{group.skillDifference && !group.tier ? (
{group.skillDifference ? (
<GroupSkillDifference skillDifference={group.skillDifference} />
) : null}
{action &&