diff --git a/src/dzeio/Box/index.tsx b/src/dzeio/Box/index.tsx index 67482bd..3e7ae0e 100644 --- a/src/dzeio/Box/index.tsx +++ b/src/dzeio/Box/index.tsx @@ -37,9 +37,11 @@ export default class Box extends React.Component { {this.props.headerButtons} )} - - {this.props.children} - + {this.props.children && ( + + {this.props.children} + + )} ) }