diff options
Diffstat (limited to 'app/components/SelectLocation.js')
| -rw-r--r-- | app/components/SelectLocation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/SelectLocation.js b/app/components/SelectLocation.js index d706e7fcc2..5864ed55a3 100644 --- a/app/components/SelectLocation.js +++ b/app/components/SelectLocation.js @@ -76,7 +76,7 @@ export default class SelectLocation extends React.Component<SelectLocationProps, </View> <CustomScrollbars autoHide={true} ref={(ref) => (this._scrollView = ref)}> - <View> + <View style={styles.content}> <Text style={styles.subtitle}> While connected, your real location is masked with a private and secure location in the selected region |
