From d00879e628145ec6ded18048be212d09c0227ba8 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 10 Dec 2024 20:57:53 +0000 Subject: Disambiguate feed component naming (#7040) * Rename posts/Feed* -> posts/PostFeed* * Rename notifications/Feed* -> notifications/NotificationFeed* --- src/components/StarterPack/Main/PostsList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/StarterPack/Main/PostsList.tsx') diff --git a/src/components/StarterPack/Main/PostsList.tsx b/src/components/StarterPack/Main/PostsList.tsx index a5275ae87..f706e0bff 100644 --- a/src/components/StarterPack/Main/PostsList.tsx +++ b/src/components/StarterPack/Main/PostsList.tsx @@ -5,7 +5,7 @@ import {useLingui} from '@lingui/react' import {isNative} from '#/platform/detection' import {FeedDescriptor} from '#/state/queries/post-feed' -import {Feed} from '#/view/com/posts/Feed' +import {PostFeed} from '#/view/com/posts/PostFeed' import {EmptyState} from '#/view/com/util/EmptyState' import {ListRef} from '#/view/com/util/List' import {SectionRef} from '#/screens/Profile/Sections/types' @@ -38,7 +38,7 @@ export const PostsList = React.forwardRef( return ( -