diff --git a/src/components/feeds/PostFeedVideoGridRow.tsx b/src/components/feeds/PostFeedVideoGridRow.tsx index 7200afc0c1..7f98980837 100644 --- a/src/components/feeds/PostFeedVideoGridRow.tsx +++ b/src/components/feeds/PostFeedVideoGridRow.tsx @@ -12,10 +12,10 @@ import { } from '#/components/VideoPostCard' export function PostFeedVideoGridRow({ - slices, + items: slices, sourceContext, }: { - slices: FeedPostSliceItem[] + items: FeedPostSliceItem[] sourceContext: VideoFeedSourceContext }) { const gutters = useGutters(['base', 'base', 0, 'base']) diff --git a/src/view/com/posts/PostFeed.tsx b/src/view/com/posts/PostFeed.tsx index 5cf7ca5a01..7d0b6e66f9 100644 --- a/src/view/com/posts/PostFeed.tsx +++ b/src/view/com/posts/PostFeed.tsx @@ -647,7 +647,7 @@ let PostFeed = ({ } else if (row.type === 'videoGridRow') { return (