data-id was meant for debugging, removing it

pull/441/head
Lim Chee Aun 2024-03-03 21:35:44 +08:00
rodzic 0bf5ef52ac
commit 4e67edac5e
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -499,7 +499,6 @@ function Catchup() {
const isFiltered = filteredPostsMap[post.id];
return (
<span
data-id={post.id}
key={post.id}
class={`post-dot ${isFiltered ? 'post-dot-highlight' : ''}`}
/>
@ -518,7 +517,6 @@ function Catchup() {
const isFiltered = filteredPostsMap[post.id];
return (
<span
data-id={post.id}
key={post.id}
class={`post-dot ${isFiltered ? 'post-dot-highlight' : ''}`}
/>