From 0243129b9c1c00d74f3866e10d0450fdb26ca5d6 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 11 Jun 2025 01:38:46 +0300 Subject: [PATCH] another rebase error --- src/view/com/posts/PostFeed.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/posts/PostFeed.tsx b/src/view/com/posts/PostFeed.tsx index 2b8877c6e8..cbbe4a00f1 100644 --- a/src/view/com/posts/PostFeed.tsx +++ b/src/view/com/posts/PostFeed.tsx @@ -586,7 +586,7 @@ let PostFeed = ({ // events // = - const onRefresh = React.useCallback(async () => { + const onRefresh = useCallback(async () => { logEvent('feed:refresh', { feedType: feedType, feedUrl: feed,