summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/renderer/components/CountryRow.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/src/renderer/components/CountryRow.tsx b/gui/src/renderer/components/CountryRow.tsx
index 46f40694c9..026a55343d 100644
--- a/gui/src/renderer/components/CountryRow.tsx
+++ b/gui/src/renderer/components/CountryRow.tsx
@@ -80,7 +80,8 @@ export default class CountryRow extends Component<IProps> {
<Cell.CellButton
style={styles.base}
onPress={this.handlePress}
- disabled={!this.props.hasActiveRelays}>
+ disabled={!this.props.hasActiveRelays}
+ selected={this.props.selected}>
<RelayStatusIndicator
active={this.props.hasActiveRelays}
selected={this.props.selected}