gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 181/459: actually fix reference name display


From: gnunet
Subject: [reclaim-ui] 181/459: actually fix reference name display
Date: Fri, 11 Jun 2021 23:24:33 +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 6100b1b240d97cc0e2e94cbc1d6caa2637654df9
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Mon Jan 20 16:16:40 2020 +0100

    actually fix reference name display
---
 src/app/edit-identity/edit-identity.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/edit-identity/edit-identity.component.html 
b/src/app/edit-identity/edit-identity.component.html
index 2535702..3a2e193 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -129,7 +129,7 @@
     <div *ngIf="optionalReferences.length !== 0" class="text-primary">
       <span class="fa fa-openid"></span> You may optionally provide 
attestations for:
       <ul>
-        <li *ngFor="let reference of 
optionalReferences"><strong>{{reference[0]}}</strong>
+        <li *ngFor="let reference of 
optionalReferences"><strong>{{reference.name}}</strong>
       </ul>
     </div>
     <!-- Reference creation warning -->

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