forked from p34709852/monkey
Remove copy-pasted text
This commit is contained in:
parent
47401957a5
commit
371a4d0678
|
@ -271,9 +271,6 @@ class RunMonkeyPageComponent extends AuthComponent {
|
|||
renderAuthAwsDiv() {
|
||||
return (
|
||||
<div style={{'marginBottom': '2em'}}>
|
||||
<p style={{'fontSize': '1.2em'}}>
|
||||
Select Island IP address
|
||||
</p>
|
||||
{
|
||||
this.state.ips.length > 1 ?
|
||||
<Nav bsStyle="pills" justified activeKey={this.state.selectedIp} onSelect={this.setSelectedIp}
|
||||
|
|
Loading…
Reference in New Issue