From d40a0a04134463d281e2085b0f648b2c1f0d0d4a Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 20 Feb 2026 00:26:22 +0000 Subject: [PATCH] Hide EV column from draft board available participants table https://claude.ai/code/session_016oJK1gmWZ48YWEZmVqm6f9 --- app/components/draft/AvailableParticipantsSection.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 && (