diff --git a/app/components/draft/AvailableParticipantsSection.tsx b/app/components/draft/AvailableParticipantsSection.tsx index 53d5824..ce88d95 100644 --- a/app/components/draft/AvailableParticipantsSection.tsx +++ b/app/components/draft/AvailableParticipantsSection.tsx @@ -117,7 +117,6 @@ export function AvailableParticipantsSection({ Participant Sport - EV {hasTeam && ( Queue )} @@ -127,7 +126,7 @@ export function AvailableParticipantsSection({ {participants.length === 0 ? ( No participants found @@ -192,9 +191,6 @@ export function AvailableParticipantsSection({ {participant.sport.name} - - {participant.expectedValue ? participant.expectedValue.toFixed(1) : "—"} - {hasTeam && (