mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
span -> diff
This commit is contained in:
parent
890a312eff
commit
89a83961d9
@ -22,9 +22,9 @@ let AclProxy = React.createClass({
|
|||||||
render() {
|
render() {
|
||||||
if(this.props.aclObject[this.props.aclName]) {
|
if(this.props.aclObject[this.props.aclName]) {
|
||||||
return (
|
return (
|
||||||
<div>
|
<span>
|
||||||
{this.props.children}
|
{this.props.children}
|
||||||
</div>
|
</span>
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
if(typeof this.props.aclObject[this.props.aclName] === 'undefined') {
|
if(typeof this.props.aclObject[this.props.aclName] === 'undefined') {
|
||||||
|
Loading…
Reference in New Issue
Block a user