mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 06:52:41 +01:00
OPS: Lint
This commit is contained in:
parent
ed8e2da132
commit
b56d2b1d18
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue