From f6a3237b6da5d6c8550ec71e8ac1c6fd8545e882 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sun, 26 Feb 2023 13:33:30 +0100 Subject: [PATCH] Show UID comment --- views/profile.pug | 2 ++ 1 file changed, 2 insertions(+) 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)