Fix range order
This commit is contained in:
parent
afb1f6d520
commit
0fd378811f
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue