Skip to content

Commit

Permalink
Update Scenarios.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jan 2, 2024
1 parent 978bb14 commit db7abea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Scenarios/Scenarios.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import ScenariosSkeleton from '../Skeletons/ScenariosSkeleton';
import { formatTemplateToString, groupByArray } from '../../utility/index';
import { IconLaneRoles } from '../Icons';

const minSampleSize = row => row.games > 200;
const minSampleSize = row => row.games > 10;

const forms = {
itemTimings: {
Expand Down

0 comments on commit db7abea

Please sign in to comment.