mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
added missing return
This commit is contained in:
parent
48a2c74922
commit
672cf2a74a
@ -13,7 +13,7 @@ function getPrimaryTitle(wallet: Wallet): string {
|
||||
case WalletType.STANDARD_WALLET:
|
||||
return 'Chia';
|
||||
default:
|
||||
wallet.name;
|
||||
return wallet.name;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user