From 0cf1f9c3cb28a379446887ed9f847520c87b3ab1 Mon Sep 17 00:00:00 2001 From: "Aruelius.L" <25380989+Aruelius@users.noreply.github.com> Date: Mon, 10 Jul 2023 23:47:39 +0800 Subject: [PATCH] =?UTF-8?q?fix(home):=20actions=20Button=20=E4=B8=BA?= =?UTF-8?q?=E7=BB=9D=E5=AF=B9=E8=B7=AF=E5=BE=84=E6=97=B6=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=20key=20(#15)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Warning: Each child in a list should have a unique "key" prop. --- src/layouts/HomePageLayout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/HomePageLayout/index.tsx b/src/layouts/HomePageLayout/index.tsx index b802882..c762f3b 100644 --- a/src/layouts/HomePageLayout/index.tsx +++ b/src/layouts/HomePageLayout/index.tsx @@ -173,7 +173,7 @@ const Homepage: FC = () => { > {actions?.map(({ link, text, type }) => { return /^(\w+:)\/\/|^(mailto|tel):/.test(link) ? ( - ) : (