diff options
Diffstat (limited to 'mobile/components')
| -rw-r--r-- | mobile/components/GreetingPage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/components/GreetingPage.js b/mobile/components/GreetingPage.js index 70b7277..0bc61cf 100644 --- a/mobile/components/GreetingPage.js +++ b/mobile/components/GreetingPage.js @@ -53,7 +53,7 @@ export default class GreetingPage extends Component { //when creating web pages // initialy show a loading screen when trying to get location on load - if (this.state.isLoading && this.state.fontsLoaded) { + if (this.state.isLoading) { return ( <View style={styles.container}> <View style={styles.titleContainer}> |
