diff --git a/app/components/draft/DraftGridSection.tsx b/app/components/draft/DraftGridSection.tsx index 9c990f0..00f220f 100644 --- a/app/components/draft/DraftGridSection.tsx +++ b/app/components/draft/DraftGridSection.tsx @@ -101,7 +101,7 @@ export const DraftGridSection = memo(function DraftGridSection({ return (
-
+
{/* Team Headers */}
{draftSlots.map((slot) => { diff --git a/app/components/draft/DraftSummaryView.tsx b/app/components/draft/DraftSummaryView.tsx index 20a91f9..afb75ae 100644 --- a/app/components/draft/DraftSummaryView.tsx +++ b/app/components/draft/DraftSummaryView.tsx @@ -76,7 +76,7 @@ export const DraftSummaryView = memo(function DraftSummaryView({
{/* Header row */} -
+
Sport @@ -93,7 +93,7 @@ export const DraftSummaryView = memo(function DraftSummaryView({
{/* end rowgroup */} {/* Data rows */} -
+
{sports.map((sport, sportIndex) => { const isLastRow = sportIndex === sports.length - 1; const { total: sportTotal, teams: sportTeamCount } = @@ -128,7 +128,7 @@ export const DraftSummaryView = memo(function DraftSummaryView({ return (
-
+
{sport.name}