Make types legit

This commit is contained in:
Eric Bailey
2025-01-16 17:36:59 -06:00
parent 340fb007d2
commit 0608412a6d
6 changed files with 41 additions and 14 deletions
+4 -1
View File
@@ -583,7 +583,10 @@ let PostFeed = ({
return (
<PostFeedVideoGridRow
slices={row.slices}
sourceFeedUri={row.sourceFeedUri}
sourceContext={{
type: 'feedgen',
uri: row.sourceFeedUri,
}}
/>
)
} else {