mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
OPS: Lint
This commit is contained in:
parent
ed8e2da132
commit
b56d2b1d18
@ -557,4 +557,4 @@ SPEC CHECKSUMS:
|
||||
|
||||
PODFILE CHECKSUM: 932f5bffd3ddea34b78c9ed0921a6f8cccf442b5
|
||||
|
||||
COCOAPODS: 1.9.1
|
||||
COCOAPODS: 1.9.3
|
||||
|
@ -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} />}
|
||||
|
Loading…
Reference in New Issue
Block a user