From e63d946e60302497b72ce9094c6b33eff293040c Mon Sep 17 00:00:00 2001 From: ntr Date: Sun, 21 Jul 2019 20:39:12 +1000 Subject: [PATCH] specs to 3 --- client/src/components/instance.constructs.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/instance.constructs.jsx b/client/src/components/instance.constructs.jsx index 22b62b63..7ffe9786 100644 --- a/client/src/components/instance.constructs.jsx +++ b/client/src/components/instance.constructs.jsx @@ -139,7 +139,7 @@ function Construct(props) { ); }); - const specs = range(0, 6).map(i => { + const specs = range(0, 3).map(i => { const s = construct.specs[i]; if (!s) {