summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/renderer/components/TunnelControl.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/src/renderer/components/TunnelControl.tsx b/gui/src/renderer/components/TunnelControl.tsx
index 0822156445..5adcdee4b1 100644
--- a/gui/src/renderer/components/TunnelControl.tsx
+++ b/gui/src/renderer/components/TunnelControl.tsx
@@ -103,8 +103,8 @@ export default class TunnelControl extends React.Component<ITunnelControlProps>
<Body>
<Secured displayStyle={SecuredDisplayStyle.securing} />
<Location>
- {this.renderCity()}
{this.renderCountry()}
+ {this.renderCity()}
</Location>
<ConnectionPanelContainer />
</Body>
@@ -120,8 +120,8 @@ export default class TunnelControl extends React.Component<ITunnelControlProps>
<Body>
<Secured displayStyle={SecuredDisplayStyle.secured} />
<Location>
- {this.renderCity()}
{this.renderCountry()}
+ {this.renderCity()}
</Location>
<ConnectionPanelContainer />
</Body>
@@ -168,8 +168,8 @@ export default class TunnelControl extends React.Component<ITunnelControlProps>
<Body>
<Secured displayStyle={SecuredDisplayStyle.unsecuring} />
<Location>
- <LocationRow />
{this.renderCountry()}
+ <LocationRow />
</Location>
</Body>
<Footer>
@@ -188,8 +188,8 @@ export default class TunnelControl extends React.Component<ITunnelControlProps>
<Body>
<Secured displayStyle={displayStyle} />
<Location>
- <LocationRow />
{this.renderCountry()}
+ <LocationRow />
</Location>
</Body>
<Footer>