diff --git a/Frontend/src/pages/Community/CommunityListPage.jsx b/Frontend/src/pages/Community/CommunityListPage.jsx index 0199e80..bb10a7d 100644 --- a/Frontend/src/pages/Community/CommunityListPage.jsx +++ b/Frontend/src/pages/Community/CommunityListPage.jsx @@ -263,6 +263,10 @@ export default function CommunityListPage() { const [posts, setPosts] = useState([]); const [q, setQ] = useState(""); + useEffect(() => { + console.log("[CommunityListPage] mounted", new Date().toISOString()); + }, []); + useEffect(() => { (async () => {