From 02e86efb4ffc409d9af491a70c41efe08a4f377b Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Wed, 19 Nov 2025 17:57:10 +0000 Subject: [PATCH] chore: Add console log for stories --- webclient/src/Feed.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webclient/src/Feed.js b/webclient/src/Feed.js index 3358878..554f788 100644 --- a/webclient/src/Feed.js +++ b/webclient/src/Feed.js @@ -60,6 +60,8 @@ function Feed({ updateCache }) { ); }, [updateCache]); + console.log(stories); + return (