diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-01-11 15:44:50 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-01-15 16:21:31 +0100 |
| commit | 928615a5a91ef4a3f52fbd4a6629e86993a1a3aa (patch) | |
| tree | d76821ad40b0d72f359051945b2d5c415c99fca2 /app/components/Connect.js | |
| parent | fc4178d7e3329fb1fd0014e4ce349a79eafeca51 (diff) | |
| download | mullvadvpn-928615a5a91ef4a3f52fbd4a6629e86993a1a3aa.tar.xz mullvadvpn-928615a5a91ef4a3f52fbd4a6629e86993a1a3aa.zip | |
Adapt frontend to removed ip call and changed location struct
Diffstat (limited to 'app/components/Connect.js')
| -rw-r--r-- | app/components/Connect.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Connect.js b/app/components/Connect.js index fdbe927b77..b0bbc21fac 100644 --- a/app/components/Connect.js +++ b/app/components/Connect.js @@ -162,7 +162,7 @@ export default class Connect extends Component { if(isDisconnected) { ipComponent = (<span>{ '\u2003' }</span>); } else { - ipComponent = (<span>{ this.props.connection.clientIp }</span>); + ipComponent = (<span>{ this.props.connection.ip }</span>); } } } |
