Restore postinstall
This commit is contained in:
parent
e01a0757f0
commit
1625b507d6
5 changed files with 54 additions and 53 deletions
|
@ -24,7 +24,7 @@ export default React.createClass({
|
|||
<div className='col-md-6 col-md-offset-3'>
|
||||
<h2>{this.props.status}</h2>
|
||||
<h1>{this.props.message}</h1>
|
||||
<pre>{this.props.error.stack || ''}</pre>
|
||||
<pre>{this.props.error || ''}</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue