This commit is contained in:
ncoelho 2021-03-30 20:21:28 +02:00
parent 3846f965a9
commit d679ae9df1

View File

@ -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();