Fix >50 comments message

This commit is contained in:
koko 2023-01-26 19:58:30 -05:00 committed by GitHub
parent d44fb89b03
commit d119bacd77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
<i>Comments are disabled.</i>
</b>
}
else if (Model.Comments.Count > 50)
else if (Model.Comments.Count >= 50)
{
<p>There are more than 50 comments. Displaying the newest ones.</p>
}