From 6cb4902ee8016f6bbdec7407e636ae66a9ec93f2 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 13 Feb 2023 22:31:04 +0000 Subject: [PATCH] wip --- beta/src/components/Layout/HomeContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/components/Layout/HomeContent.js b/beta/src/components/Layout/HomeContent.js index 38f6517bc..bebc55e7e 100644 --- a/beta/src/components/Layout/HomeContent.js +++ b/beta/src/components/Layout/HomeContent.js @@ -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 ; + return ; }`}