forked from Mirrors/keyoxide-web
Hide claims without matches
This commit is contained in:
parent
64bcc687ac
commit
84a56c7440
1 changed files with 24 additions and 23 deletions
|
@ -6,6 +6,7 @@ mixin generateUser(user, isPrimary)
|
||||||
if isPrimary
|
if isPrimary
|
||||||
small.primary primary
|
small.primary primary
|
||||||
each claim in user.claims
|
each claim in user.claims
|
||||||
|
if claim.matches.length > 0
|
||||||
kx-claim.kx-item(data-claim=claim)
|
kx-claim.kx-item(data-claim=claim)
|
||||||
details
|
details
|
||||||
summary
|
summary
|
||||||
|
|
Loading…
Reference in a new issue