diff --git a/src/App.tsx b/src/App.tsx index a678edb..802086a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -98,7 +98,7 @@ function NumberSlider({ value={Number.isFinite(value) ? value : 0} onChange={(e) => onChange(clamp(parseFloat(e.target.value || "0"), min, max))} /> - {help &&
{help}
} + {help &&{help}
} ); } @@ -118,17 +118,21 @@ interface PlayoffRound { export default function BaseballLeagueCostEstimator() { const [fixedCosts, setFixedCosts] = useState| Field name | % of games | Cost per game ($) | @@ -570,7 +572,7 @@ export default function BaseballLeagueCostEstimator() {Totals | {totalPct}% | — | -+ |
|---|