Remove copy-pasted text

This commit is contained in:
itay 2019-02-17 13:22:41 +02:00
parent 47401957a5
commit 371a4d0678
1 changed files with 0 additions and 3 deletions

View File

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