From ae1a1bd3960311f24213be320d8572297dbb4c68 Mon Sep 17 00:00:00 2001 From: Mayo Date: Tue, 21 Mar 2023 23:03:19 +0100 Subject: [PATCH] fix unique key props warning --- pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 0b29b8450..03a182a8e 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -192,7 +192,7 @@ export default function Home() { } return ( <> -
+
{icon}
@@ -208,7 +208,7 @@ export default function Home() { className="flex-col" > {message.sourceDocs.map((doc, index) => ( -
+

Source {index + 1}