diff --git a/views/profile.pug b/views/profile.pug index 6c72c3d..dfd89ef 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -5,6 +5,8 @@ mixin generateUser(user, isPrimary) span.p-email #{user.userData.email} if isPrimary small.primary primary + if user.userData.comment + span.p-comment ⓘ #{user.userData.comment} each claim in user.claims if claim.matches.length > 0 kx-claim.kx-item(data-claim=claim)