this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix range order

+1 -1
+1 -1
src/pages/catchup.jsx
··· 808 808 <p> 809 809 <b class="ib"> 810 810 {formatRange( 811 - new Date(posts[posts.length - 1].createdAt), 812 811 new Date(posts[0].createdAt), 812 + new Date(posts[posts.length - 1].createdAt), 813 813 )} 814 814 </b> 815 815 </p>