mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 14:34:55 +01:00
Update drawerList.js
This commit is contained in:
parent
7c6cc346bb
commit
ab09e7dbb1
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
import React, { useContext, useEffect, useRef } from 'react';
|
||||
import { StatusBar, StyleSheet } from 'react-native';
|
||||
import { StyleSheet } from 'react-native';
|
||||
import { DrawerContentScrollView } from '@react-navigation/drawer';
|
||||
import ReactNativeHapticFeedback from 'react-native-haptic-feedback';
|
||||
import PropTypes from 'prop-types';
|
||||
|
@ -65,7 +65,6 @@ const DrawerList = props => {
|
|||
showsHorizontalScrollIndicator={false}
|
||||
showsVerticalScrollIndicator={false}
|
||||
>
|
||||
<StatusBar barStyle="default" />
|
||||
<BlueHeaderDefaultMain leftText={loc.wallets.list_title} onNewWalletPress={onNewWalletPress} isDrawerList />
|
||||
<WalletsCarousel
|
||||
data={wallets.concat(false)}
|
||||
|
|
Loading…
Add table
Reference in a new issue