Fix range order

This commit is contained in:
Lim Chee Aun 2024-03-02 21:53:03 +08:00
parent afb1f6d520
commit 0fd378811f

View file

@ -808,8 +808,8 @@ function Catchup() {
<p>
<b class="ib">
{formatRange(
new Date(posts[posts.length - 1].createdAt),
new Date(posts[0].createdAt),
new Date(posts[posts.length - 1].createdAt),
)}
</b>
</p>