forked from p15670423/monkey
Fixed error in JS
This commit is contained in:
parent
11a8449c83
commit
7670430665
|
@ -91,6 +91,7 @@
|
|||
"react-table": "^6.8.6",
|
||||
"react-toggle": "^4.0.1",
|
||||
"redux": "^4.0.0",
|
||||
"sha3": "^2.0.0"
|
||||
"sha3": "^2.0.0",
|
||||
"react-spinners": "latest"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -419,13 +419,12 @@ class RunMonkeyPageComponent extends AuthComponent {
|
|||
this.state.is_loading_aws ?
|
||||
<div className='sweet-loading'>
|
||||
<ClipLoader
|
||||
css={override}
|
||||
sizeUnit={"px"}
|
||||
size={150}
|
||||
color={'#123abc'}
|
||||
color={'#ffcc00'}
|
||||
loading={this.state.loading}
|
||||
/>
|
||||
</div> : null
|
||||
</div> : null
|
||||
}
|
||||
{
|
||||
this.state.isOnAws ?
|
||||
|
|
Loading…
Reference in New Issue