From eaa17b225fbf2b5bb3e9f6cfe71c872853d8b668 Mon Sep 17 00:00:00 2001 From: Kevin Murphy Date: Sat, 9 Jul 2022 13:36:28 -0400 Subject: [PATCH 1/2] Add key to VideoCardList.js --- frontend/Components/VideoCardList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Components/VideoCardList.js b/frontend/Components/VideoCardList.js index 740ba22..f36337b 100644 --- a/frontend/Components/VideoCardList.js +++ b/frontend/Components/VideoCardList.js @@ -9,7 +9,7 @@ export default function VideoCardList({ data }) { <> {data.map((result, id) => ( - + Date: Sat, 9 Jul 2022 13:36:40 -0400 Subject: [PATCH 2/2] Add noopener to MissingChannels.js --- frontend/Components/MissingChannels.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Components/MissingChannels.js b/frontend/Components/MissingChannels.js index b168625..9d2fbb2 100644 --- a/frontend/Components/MissingChannels.js +++ b/frontend/Components/MissingChannels.js @@ -8,7 +8,7 @@ export default function MissingChannels({ data }) { {data.map((channel, id) => ( <>
  • - {channel.channel} - {channel.title} + {channel.channel} - {channel.title}
  • ))}