Skip to content

Commit

Permalink
Change single quote to '
Browse files Browse the repository at this point in the history
  • Loading branch information
kashav authored Feb 11, 2017
1 parent e0ff477 commit 4ea436c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NBAPlayerTracker/app/containers/Leaders/Leaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class Leaders extends Component {
let component;

if (this.state.error)
component = <View style={s.loadingContainer}><Text style={{ padding: 20, color: '#333', fontSize: 32 }}>Couldn't load data, try again later.</Text></View>
component = <View style={s.loadingContainer}><Text style={{ padding: 20, color: '#333', fontSize: 32 }}>Couldn&#39;t load data, try again later.</Text></View>
else if (loading)
component = <View style={s.loadingContainer}><ActivityIndicator color={'#1F6CB0'} size={'large'} /></View>
else {
Expand Down

0 comments on commit 4ea436c

Please sign in to comment.