OPS: Lint

This commit is contained in:
marcosrdz 2020-06-04 10:19:18 -04:00
parent ed8e2da132
commit b56d2b1d18
2 changed files with 2 additions and 2 deletions

View File

@ -557,4 +557,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 932f5bffd3ddea34b78c9ed0921a6f8cccf442b5
COCOAPODS: 1.9.1
COCOAPODS: 1.9.3

View File

@ -646,7 +646,7 @@ export default class WalletsList extends Component {
render() {
return (
<View style={styles.root}>
<StatusBar barStyle={'dark-content'} />
<StatusBar barStyle="dark-content" />
<View style={styles.walletsListWrapper}>
<SectionList
refreshControl={<RefreshControl onRefresh={this.refreshTransactions} refreshing={!this.state.isFlatListRefreshControlHidden} />}