diff --git a/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml b/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml index 80182239..4c1a6c1d 100644 --- a/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml +++ b/ProjectLighthouse.Servers.Website/Pages/Partials/CommentsPartial.cshtml @@ -26,7 +26,7 @@ Comments are disabled. } - else if (Model.Comments.Count > 50) + else if (Model.Comments.Count >= 50) {
There are more than 50 comments. Displaying the newest ones.
}