[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.
- [reclaim-ui] 303/459: fix booleans and function calls, (continued)
- [reclaim-ui] 303/459: fix booleans and function calls, gnunet, 2021/06/11
- [reclaim-ui] 304/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 309/459: fix button hover text, gnunet, 2021/06/11
- [reclaim-ui] 310/459: fix margins, checkboxes, gnunet, 2021/06/11
- [reclaim-ui] 336/459: Translated using Weblate (English), gnunet, 2021/06/11
- [reclaim-ui] 334/459: update, gnunet, 2021/06/11
- [reclaim-ui] 340/459: Translated using Weblate (English), gnunet, 2021/06/11
- [reclaim-ui] 337/459: update en, gnunet, 2021/06/11
- [reclaim-ui] 326/459: fix compilation, gnunet, 2021/06/11
- [reclaim-ui] 316/459: add more i18n, gnunet, 2021/06/11
- [reclaim-ui] 345/459: fix,
gnunet <=
- [reclaim-ui] 313/459: open redirect removed, gnunet, 2021/06/11
- [reclaim-ui] 346/459: id token is credential, gnunet, 2021/06/11
- [reclaim-ui] 353/459: periodic running test, gnunet, 2021/06/11
- [reclaim-ui] 347/459: Merge branch 'master' of gitlab.com:reclaimid/ui, gnunet, 2021/06/11
- [reclaim-ui] 329/459: towards better i18n, gnunet, 2021/06/11
- [reclaim-ui] 359/459: prettify button, gnunet, 2021/06/11
- [reclaim-ui] 343/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 352/459: update, gnunet, 2021/06/11
- [reclaim-ui] 315/459: add localize package, gnunet, 2021/06/11
- [reclaim-ui] 357/459: reduce update time, gnunet, 2021/06/11