gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 345/459: fix


From: gnunet
Subject: [reclaim-ui] 345/459: fix
Date: Fri, 11 Jun 2021 23:27:17 +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 959cc776f23a086339844fdedcd69d32bd4118db
Author: anna wimbauer <anna.wibauer@gmx.de>
AuthorDate: Mon Oct 12 09:37:00 2020 +0200

    fix
---
 src/app/identity-list/identity-list.component.html | 2 +-
 src/app/identity-list/identity-list.component.ts   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index d59ade0..563ac1d 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -121,7 +121,7 @@
           </div>
           <div *ngIf="(openIdentity != identity) && 
hasLotsOfAttributes(identity)" class="ml-4">
             <div>
-              <i>{{ getMessage("identity_list_html@moreAttributes", 
{ATTRIBUTENUMBER: attributes[identity.pubkey].length - 5}) }}</i><br/>
+              <i>{{ getMessage("identity_list_html@moreAttributes", 
{ATTRIBUTENUMBER: attributes[identity.pubkey].length - 6}) }}</i><br/>
             </div>
           </div>
         </div>
diff --git a/src/app/identity-list/identity-list.component.ts 
b/src/app/identity-list/identity-list.component.ts
index c6ed1d2..909b5d6 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -223,7 +223,7 @@ export class IdentityListComponent implements OnInit {
   hasLotsOfAttributes(identity: Identity) {
     if (undefined === this.attributes[identity.pubkey]) { return false };
     if (!this.hasAttributes(identity)) { return false; }
-    return this.attributes[identity.pubkey].length > 5;
+    return this.attributes[identity.pubkey].length > 6;
   }
 
   identityHasProfilePicture(identity: Identity): boolean {

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