From 70bd229e34418cc0d7cae396e05e3a07b5c22fb5 Mon Sep 17 00:00:00 2001 From: Hailey Date: Sat, 18 Jan 2025 15:00:05 -0800 Subject: [PATCH] change prop name to items as well --- src/components/feeds/PostFeedVideoGridRow.tsx | 4 ++-- src/view/com/posts/PostFeed.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 (