diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-11-09 09:03:45 +0100 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-11-09 09:03:45 +0100 |
| commit | 7f6c8398eacb5421b51c1f02befde4e4f6402fc7 (patch) | |
| tree | 93456d22efbf668e39147ffb50b3beee37272a8c /app/components/Connect.js | |
| parent | a77e01a50b165fd8d6e2db96652a1fcc9a220723 (diff) | |
| download | mullvadvpn-7f6c8398eacb5421b51c1f02befde4e4f6402fc7.tar.xz mullvadvpn-7f6c8398eacb5421b51c1f02befde4e4f6402fc7.zip | |
Redid the settings state and inlined a few components
Diffstat (limited to 'app/components/Connect.js')
| -rw-r--r-- | app/components/Connect.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/components/Connect.js b/app/components/Connect.js index 531174b464..3b4029fe76 100644 --- a/app/components/Connect.js +++ b/app/components/Connect.js @@ -104,8 +104,7 @@ export default class Connect extends Component { }; } - return this.props.getServerInfo(relayConstraints.host.only); - + return this.props.getServerInfo(relayConstraints.host); } renderMap(): React.Element<*> { |
