Update News.tsx

This commit is contained in:
Johannes Klein
2026-05-14 11:17:20 +02:00
parent dd38f22435
commit c57eb69dcb

View File

@@ -8,6 +8,7 @@ import React from "react";
import PostList from "./PostList";
const News = ( ) => {
// https://linear.app/inaturalist/issue/MOB-1424/fetch-live-posts
// const currentUser = useCurrentUser( );
// const { data: posts, isLoading: isLoadingPosts } = useAuthenticatedQuery(
// ["fetchUserPosts"],