diff --git a/src/components/entercode/PackSimulator.js b/src/components/entercode/PackSimulator.js index 2aefe8b..b8ce020 100644 --- a/src/components/entercode/PackSimulator.js +++ b/src/components/entercode/PackSimulator.js @@ -40,7 +40,7 @@ export default class PackSimulator extends React.Component { let i = 1; for (const set in API.sets) { setsInput.push(); - if (i>9) break; + if (i>11) break; } return (