diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index 042a332bf48..d70c1189c6b 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -26,7 +26,7 @@ <%= category_badge(t.category, inline_style: true, absolute_url: true) %> - <%- if t.best_post.present? %> + <%- if t.best_post.present? && !t.best_post.user_deleted %>