diff --git a/client/html/comment.tpl b/client/html/comment.tpl index 8cae159..c0aa766 100644 --- a/client/html/comment.tpl +++ b/client/html/comment.tpl @@ -1,12 +1,12 @@
- <% if (ctx.comment.user.name && ctx.canViewUsers) { %> + <% if (ctx.comment.user && ctx.comment.user.name && ctx.canViewUsers) { %> <% } %> - <%= ctx.makeThumbnail(ctx.comment.user.avatarUrl) %> + <%= ctx.makeThumbnail(ctx.comment.user ? ctx.comment.user.avatarUrl : null) %> - <% if (ctx.comment.user.name && ctx.canViewUsers) { %> + <% if (ctx.comment.user && ctx.comment.user.name && ctx.canViewUsers) { %> <% } %>
@@ -14,13 +14,13 @@
<% if (ctx.comment.user.name && ctx.canViewUsers) { %><% if (ctx.comment.user && ctx.comment.user.name && ctx.canViewUsers) { %><% } %><%- ctx.comment.user.name %><%- ctx.comment.user ? ctx.comment.user.name : 'Deleted user' %><% if (ctx.comment.user.name && ctx.canViewUsers) { %><% if (ctx.comment.user && ctx.comment.user.name && ctx.canViewUsers) { %><% } %>