diff --git a/app/features/sendouq/components/GroupCard.tsx b/app/features/sendouq/components/GroupCard.tsx index 926a052a3..44f20607f 100644 --- a/app/features/sendouq/components/GroupCard.tsx +++ b/app/features/sendouq/components/GroupCard.tsx @@ -177,7 +177,7 @@ export function GroupCard({ ) : null} - {group.skillDifference && !group.tier ? ( + {group.skillDifference ? ( ) : null} {action &&