diff --git a/appview/pages/templates/fragments/issueComment.html b/appview/pages/templates/fragments/issueComment.html index 21b12662..1c3161a7 100644 --- a/appview/pages/templates/fragments/issueComment.html +++ b/appview/pages/templates/fragments/issueComment.html @@ -28,7 +28,7 @@ {{ end }} - {{ $isCommentOwner := eq $.LoggedInUser.Did .OwnerDid }} + {{ $isCommentOwner := and $.LoggedInUser (eq $.LoggedInUser.Did .OwnerDid) }} {{ if and $isCommentOwner (not .Deleted) }}