1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 16:48:04 +02:00

span -> diff

This commit is contained in:
diminator 2015-07-14 17:49:31 +02:00
parent 890a312eff
commit 89a83961d9

View File

@ -22,9 +22,9 @@ let AclProxy = React.createClass({
render() {
if(this.props.aclObject[this.props.aclName]) {
return (
<div>
<span>
{this.props.children}
</div>
</span>
);
} else {
if(typeof this.props.aclObject[this.props.aclName] === 'undefined') {