mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
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
|
||||
small.primary primary
|
||||
each claim in user.claims
|
||||
if claim.matches.length > 0
|
||||
kx-claim.kx-item(data-claim=claim)
|
||||
details
|
||||
summary
|
||||
|
|
Loading…
Reference in a new issue