From d6920204095df4e5f68324212ac6938bafcc3ad4 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 29 Mar 2019 10:41:02 -0400 Subject: remove unused code --- mobile/components/GreetingPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile') 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 ( -- cgit v1.2.3