mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
wip
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user