mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +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 = () => {
|
const walletNameTextInputOnBlur = () => {
|
||||||
if (walletName.trim().length === 0) {
|
if (walletName.trim().length === 0) {
|
||||||
const walletLabel = wallet.getLabel();
|
const walletLabel = wallet.getLabel();
|
||||||
|
Loading…
Reference in New Issue
Block a user