gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 179/459: fix


From: gnunet
Subject: [reclaim-ui] 179/459: fix
Date: Fri, 11 Jun 2021 23:24:31 +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 6eec5868079cfb446688dd67df275917cdea09c7
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Mon Jan 20 15:55:27 2020 +0100

    fix
---
 src/app/identity-list/identity-list.component.ts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/app/identity-list/identity-list.component.ts 
b/src/app/identity-list/identity-list.component.ts
index f56ce1b..51e81e9 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -338,6 +338,9 @@ export class IdentityListComponent implements OnInit {
     if (!this.inOpenIdFlow()) {
       return [];
     }
+    if (undefined === this.optionalReferences[identity.pubkey]) {
+      return [];
+    }
     for (i = 0; i < this.optionalReferences[identity.pubkey].length; i++) {
         arr.push(this.optionalReferences[identity.pubkey][i].name);
     }

-- 
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]