From 7981c4ae99c30a653cd5989c1b2e22aafd59131e Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Thu, 7 Nov 2024 21:33:33 +0200 Subject: [PATCH] Fix group skill difference not showing --- app/features/sendouq/components/GroupCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 &&