Add coma in the end of child component

This commit is contained in:
Oleksii Dykan
2018-06-15 11:43:09 +01:00
parent 5d094e4fe8
commit 01add80075

View File

@@ -137,7 +137,7 @@ function getLayoutCode(
)}\n${indent}\t},`,
),
);
lines.push(indent + `}]${isRoot ? ';' : ''}`);
lines.push(indent + `}]${isRoot ? ';' : ','}`);
} else {
lines[lines.length - 1] += ']';
CKFlexboxComponentChild.forEach(key => {