From 4e67edac5ee78b337bf7ae8d89168987cf496670 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 3 Mar 2024 21:35:44 +0800 Subject: [PATCH] data-id was meant for debugging, removing it --- src/pages/catchup.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/catchup.jsx b/src/pages/catchup.jsx index 34e7571c..9b1d5b62 100644 --- a/src/pages/catchup.jsx +++ b/src/pages/catchup.jsx @@ -499,7 +499,6 @@ function Catchup() { const isFiltered = filteredPostsMap[post.id]; return ( @@ -518,7 +517,6 @@ function Catchup() { const isFiltered = filteredPostsMap[post.id]; return (