This commit is contained in:
Dan Abramov
2023-02-13 22:31:04 +00:00
parent 49d57c00b4
commit 6cb4902ee8

View File

@@ -825,7 +825,7 @@ async function ConferencePage({ slug }) {
async function Talks({ confId }) {
const talks = await db.Talks.findAll({ confId });
const videos = talks.map(talk => talk.video);
return <VideoList videos={videos} />;
return <SearchableVideoList videos={videos} />;
}`}</div>
</CodeBlock>
</div>