diff --git a/apps/webapp/app/components/billing/PricingCalculator.tsx b/apps/webapp/app/components/billing/PricingCalculator.tsx index f136214d8..f62ccd14e 100644 --- a/apps/webapp/app/components/billing/PricingCalculator.tsx +++ b/apps/webapp/app/components/billing/PricingCalculator.tsx @@ -54,7 +54,7 @@ function ConcurrentRunsSlider() { aria-label="Concurrent Runs slider" /> -
+
{concurrentRuns.map((run, i) => { const concurrrentRunsLabels = Object.values(run)[0]; return ( @@ -117,7 +117,7 @@ function RunsSlider() { aria-label="Concurrent Runs slider" /> -
+
{Runs.map((run, i) => { const RunsLabels = Object.values(run)[0]; return (