From c57eb69dcb7706f515eeb8eafead6ca2d8075b3e Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Thu, 14 May 2026 11:17:20 +0200 Subject: [PATCH] Update News.tsx --- src/components/News/News.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/News/News.tsx b/src/components/News/News.tsx index 09e922c94..f3ab9f55e 100644 --- a/src/components/News/News.tsx +++ b/src/components/News/News.tsx @@ -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"],