diff --git a/js/components/acl_proxy.js b/js/components/acl_proxy.js index 86c604de..c6e7b0a9 100644 --- a/js/components/acl_proxy.js +++ b/js/components/acl_proxy.js @@ -22,9 +22,9 @@ let AclProxy = React.createClass({ render() { if(this.props.aclObject[this.props.aclName]) { return ( -
+ {this.props.children} -
+ ); } else { if(typeof this.props.aclObject[this.props.aclName] === 'undefined') {