Fixed error in JS

This commit is contained in:
Shay Nehmad 2019-04-10 20:25:40 +03:00
parent 11a8449c83
commit 7670430665
2 changed files with 4 additions and 4 deletions

View File

@ -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"
}
}

View File

@ -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 ?