mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
fix lint
This commit is contained in:
parent
3846f965a9
commit
d679ae9df1
@ -357,14 +357,6 @@ const WalletDetails = () => {
|
||||
}
|
||||
};
|
||||
|
||||
const navigateToBroadcast = () => {
|
||||
navigate('Broadcast');
|
||||
};
|
||||
|
||||
const navigateToIsItMyAddress = () => {
|
||||
navigate('IsItMyAddress');
|
||||
};
|
||||
|
||||
const walletNameTextInputOnBlur = () => {
|
||||
if (walletName.trim().length === 0) {
|
||||
const walletLabel = wallet.getLabel();
|
||||
|
Loading…
Reference in New Issue
Block a user