diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-29 14:41:02 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-03-29 14:41:02 +0000 |
| commit | d6920204095df4e5f68324212ac6938bafcc3ad4 (patch) | |
| tree | 10884f5e6e6d649f1e05e64d595b22b94dcbdbbd /mobile | |
| parent | 47623a3e15d0682f64bad72969f5ede8124d1d00 (diff) | |
remove unused codefeat/36
Diffstat (limited to 'mobile')
| -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}> |
