diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-22 19:20:52 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-22 19:20:52 +0000 |
| commit | 5cbfddab9874c163f7ea697d45eeccb8116ce161 (patch) | |
| tree | 09097270e9956b6aca2642d9d8b7e82d27831c5a /app/components/Connect.js | |
| parent | b357e668d82d9f002d8145c394b72bc593db3582 (diff) | |
| download | mullvadvpn-5cbfddab9874c163f7ea697d45eeccb8116ce161.tar.xz mullvadvpn-5cbfddab9874c163f7ea697d45eeccb8116ce161.zip | |
- Switch tray icon when connected
- Fix ESLint issues
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 4ab942407b..7f3b98c2ff 100644 --- a/app/components/Connect.js +++ b/app/components/Connect.js @@ -94,7 +94,7 @@ export default class Connect extends Component { </If> <div className={ this.networkSecurityClass() }>{ this.networkSecurityMessage() }</div> - <div className="connect__status-location">{ "City" }<br/>{ serverName }</div> + <div className="connect__status-location">{ 'City' }<br/>{ serverName }</div> <div className="connect__status-ipaddress">{ this.props.connect.clientIp }</div> </div> |
