diff options
Diffstat (limited to 'src/components/StarterPack/Main/FeedsList.tsx')
-rw-r--r-- | src/components/StarterPack/Main/FeedsList.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/StarterPack/Main/FeedsList.tsx b/src/components/StarterPack/Main/FeedsList.tsx index e350a422c..7d7cd2047 100644 --- a/src/components/StarterPack/Main/FeedsList.tsx +++ b/src/components/StarterPack/Main/FeedsList.tsx @@ -45,7 +45,7 @@ export const FeedsList = React.forwardRef<SectionRef, ProfilesListProps>( (isWeb || index !== 0) && a.border_t, t.atoms.border_contrast_low, ]}> - <FeedCard.Default type="feed" view={item} /> + <FeedCard.Default view={item} /> </View> ) } |