Do no render loader and notification together

pull/287/head
Vladimir Volek 6 years ago committed by Szymon Lesisz
parent 34887a4e49
commit 9102c18f5f

@ -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…
Cancel
Save