diff --git a/src/pages/videos.tsx b/src/pages/videos.tsx index 9446206..fd9ddc5 100644 --- a/src/pages/videos.tsx +++ b/src/pages/videos.tsx @@ -33,7 +33,7 @@ const VideoList: NextPage = () => {
-
+
{videos && videos.map(({ title, id, createdAt }) => (