From bedad3e8763a63ccd4a51a1086f8130e82739b61 Mon Sep 17 00:00:00 2001 From: Magesofthebeach <53281653+Magesofthebeach@users.noreply.github.com> Date: Sat, 29 Feb 2020 18:04:18 -0500 Subject: [PATCH] added 2 sets to the packsim --- src/components/entercode/PackSimulator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (