From 89a83961d9b7fd399a389d06affb01d2f8ffea95 Mon Sep 17 00:00:00 2001 From: diminator Date: Tue, 14 Jul 2015 17:49:31 +0200 Subject: [PATCH] span -> diff --- js/components/acl_proxy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') {