mirror of https://github.com/embarklabs/embark.git
formatting
This commit is contained in:
parent
10fa3fec9f
commit
a5c972903b
|
@ -105,7 +105,11 @@ class AppContainer extends Component {
|
|||
}
|
||||
|
||||
render() {
|
||||
return <div className={(this.props.theme) + "-theme"}>{this.renderBody()}</div>;
|
||||
return (
|
||||
<div className={(this.props.theme) + "-theme"}>
|
||||
{this.renderBody()}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue