mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 21:08:57 +00:00
Do no render loader and notification together
This commit is contained in:
parent
f53726c451
commit
04946b5f06
@ -121,7 +121,7 @@ const getAccountNotification = (state: State, selectedAccount: SelectedAccountSt
|
||||
}
|
||||
|
||||
if (discovery) {
|
||||
if (discovery && !discovery.completed) {
|
||||
if (discovery && !discovery.completed && !discovery.waitingForDevice) {
|
||||
return {
|
||||
type: 'info',
|
||||
title: 'Loading accounts...',
|
||||
|
Loading…
Reference in New Issue
Block a user