gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 229/459: fix


From: gnunet
Subject: [reclaim-ui] 229/459: fix
Date: Fri, 11 Jun 2021 23:25:21 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 69c0f9794c346af5ecd9009e60481d81b04b16cb
Author: anna wimbauer <anna.wibauer@gmx.de>
AuthorDate: Wed Jul 1 13:01:46 2020 +0200

    fix
---
 src/app/identity-list/identity-list.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/identity-list/identity-list.component.ts 
b/src/app/identity-list/identity-list.component.ts
index b5b233e..b3cd33d 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -264,7 +264,7 @@ export class IdentityListComponent implements OnInit {
         this.updateAttributes(identity);
         this.updateAttestations(identity);
       });
-      if (this.modalOpened) {
+      if (!this.modalOpened) {
         this.closeModal('GnunetInfo');
       }
       this.connected = true;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]