gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 280/459: fix


From: gnunet
Subject: [reclaim-ui] 280/459: fix
Date: Fri, 11 Jun 2021 23:26:12 +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 6cf44b51fdc936c3d83518353c5c54f7a7bfe9c2
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Aug 7 10:16:06 2020 +0200

    fix
---
 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 5a82669..56e9dd1 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -228,7 +228,7 @@
             class="text-primary"
             *ngFor="let missing of missingNonStandardClaims">
             <td><div style="min-width: 15em">
-                <i *ngIf="isClaimRequested(attribute)" class="fa 
fa-openid"></i><b> {{missing.name}}</b></div></td>
+                <i *ngIf="isClaimRequested(missing)" class="fa 
fa-openid"></i><b> {{missing.name}}</b></div></td>
             <td>
               <input *ngIf="!isClaimAttestationRequested(missing)" 
placeholder="Value" [(ngModel)]="missing.value">
               <select *ngIf="isClaimAttestationRequested(missing)" 
class="custom-select" (change)="missing.attestation=$event.target.value; ">

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