mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
span -> diff
This commit is contained in:
parent
890a312eff
commit
89a83961d9
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user