1
0
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:
Vladimir Volek 2018-11-21 15:49:36 +01:00 committed by Szymon Lesisz
parent f53726c451
commit 04946b5f06

View File

@ -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...',