-
- {columns.map(column => {
- const id = String(column.id);
- const childDispatch = wrapDispatch(wrapDispatch(dispatch, "containers"), id);
- if(!containers[id]) return null
- const containerProps = containers[id].children;
- const noOfColumns = columns.length;
- return (
+
+ {columns.map(column => {
+ const id = String(column.id);
+ const childDispatch = wrapDispatch(wrapDispatch(dispatch, "containers"), id);
+ if(!containers[id]) return null
+ const containerProps = containers[id].children;
+ const noOfColumns = columns.length;
+ return (
+
{
style={columnStyle}
/>
- )
- })
- }
-
+