this repo has no description
0
fork

Configure Feed

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

data-id was meant for debugging, removing it

-2
-2
src/pages/catchup.jsx
··· 499 499 const isFiltered = filteredPostsMap[post.id]; 500 500 return ( 501 501 <span 502 - data-id={post.id} 503 502 key={post.id} 504 503 class={`post-dot ${isFiltered ? 'post-dot-highlight' : ''}`} 505 504 /> ··· 518 517 const isFiltered = filteredPostsMap[post.id]; 519 518 return ( 520 519 <span 521 - data-id={post.id} 522 520 key={post.id} 523 521 class={`post-dot ${isFiltered ? 'post-dot-highlight' : ''}`} 524 522 />