gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 416/459: fix


From: gnunet
Subject: [reclaim-ui] 416/459: fix
Date: Fri, 11 Jun 2021 23:28:28 +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 642458496e08c7dba92620b224c4ea6fafb6cfc9
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Jan 6 00:24:26 2021 +0900

    fix
---
 src/app/edit-identity/edit-identity.component.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/edit-identity/edit-identity.component.html 
b/src/app/edit-identity/edit-identity.component.html
index a001e3c..ba4875c 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -4,11 +4,11 @@
     <div class="card-avatar-character text-dark">
       <h2 class="fa-2x">
         <img style="border-radius: 50%; width: 1em"
-             [src]="getIdentityProfilePicture(identity)"
+             [src]="getIdentityProfilePicture()"
              *ngIf="identityHasProfilePicture()"
              class="pr-2">
         <i class="fa fa-user-circle"
-           *ngIf="!identityHasProfilePicture(identity)"></i>
+           *ngIf="!identityHasProfilePicture()"></i>
         {{ identity.name }}
       </h2>
     </div>

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