specs to 3

This commit is contained in:
ntr 2019-07-21 20:39:12 +10:00
parent e95d559edd
commit e63d946e60

View File

@ -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]; const s = construct.specs[i];
if (!s) { if (!s) {