Fix range order

pull/441/head
Lim Chee Aun 2024-03-02 21:53:03 +08:00
rodzic afb1f6d520
commit 0fd378811f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>