Skip to content

Commit

Permalink
Revert to non-nested presentation fields
Browse files Browse the repository at this point in the history
  • Loading branch information
pstamatop committed Nov 19, 2024
1 parent f5689f7 commit 496ba8a
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions views/verifier/success.pug
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,9 @@ block layout-content
th Value
tbody
each claim in presentationClaims[claimType]
if typeof claim.value === 'object' && claim.value !== null
each entry in Object.entries(claim.value)
tr
- const [key, val] = entry
td= `${claim.name} - ${key}`
td= val
else
tr
td= claim.name
td= claim.value


tr
td= claim.name
td= claim.value

h3 Credentials

Expand Down

0 comments on commit 496ba8a

Please sign in to comment.