diff --git a/app/features/sendouq/components/GroupCard.tsx b/app/features/sendouq/components/GroupCard.tsx index 12f00d871..b78877c31 100644 --- a/app/features/sendouq/components/GroupCard.tsx +++ b/app/features/sendouq/components/GroupCard.tsx @@ -204,7 +204,6 @@ function GroupMember({ {member.plusTier ? (
+{member.plusTier}
) : null} - {member.role === "REGULAR" && showActions ? ( ) : null} + ); }