From c5736df01f3ff0f4cd703b0c31314e51e26de848 Mon Sep 17 00:00:00 2001 From: Mingjie Jiang Date: Wed, 24 Nov 2021 18:20:26 -0800 Subject: [PATCH] Fix key --- components/Projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Projects.js b/components/Projects.js index c1d3244..a0f666f 100644 --- a/components/Projects.js +++ b/components/Projects.js @@ -84,7 +84,7 @@ export default function Projects(props) { {Array(pageSize) .fill(0) .map((_, index) => { - return ; + return ; })} )}