From bb63d6b671bb0e6e508ab21501483a3314ccfb47 Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 10 Aug 2022 00:36:57 +0200 Subject: [PATCH] stupid keys --- components/PostGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/PostGrid.tsx b/components/PostGrid.tsx index 3c0f5df..13aacad 100644 --- a/components/PostGrid.tsx +++ b/components/PostGrid.tsx @@ -8,7 +8,7 @@ const PostGrid = ({ posts, style }: { posts: any; style?: CSSProperties }) => { <>
{posts.map((post, index) => { - return ; + return ; })}