From cd65d80437d0289a77a1289b2f6d09ade73833f7 Mon Sep 17 00:00:00 2001 From: Kite Date: Fri, 20 Jan 2023 14:46:12 +0900 Subject: [PATCH] Fix warning --- components/Header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Header.tsx b/components/Header.tsx index a83271d..33f09ba 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -14,9 +14,9 @@ const Header: React.FC = () => { label: 'About', href: '/about/', }, - ].map(({ href, label }) => { + ].map(({ href, label }, i) => { return ( -
  • +