Should show "Watch-only Wallets" headers when there are only watched wallets #3290

pull/3297/head
Vladyslav Shepitko 3 years ago
parent a08a9d150a
commit 7056a10fd3
  1. 3
      AlphaWallet/Accounts/ViewModels/AccountsViewModel.swift

@ -88,9 +88,6 @@ struct AccountsViewModel {
if keystoreWallets.isEmpty && watchedWallets.isEmpty {
return true
}
if hdWallets.isEmpty && keystoreWallets.isEmpty {
return true
}
if hdWallets.isEmpty && watchedWallets.isEmpty {
return true
}

Loading…
Cancel
Save