diff --git a/web/client/components/layout/BorderLayout.jsx b/web/client/components/layout/BorderLayout.jsx index 3b2143b674..f38d6b697f 100644 --- a/web/client/components/layout/BorderLayout.jsx +++ b/web/client/components/layout/BorderLayout.jsx @@ -19,13 +19,14 @@ const React = require('react'); * /> * */ -module.exports = ({id, children, header, footer, columns, height, className, bodyClassName = "ms2-border-layout-body"}) => +module.exports = ({id, children, header, footer, columns, height, style={}, className, bodyClassName = "ms2-border-layout-body"}) => (
{header}