From 2c6a4e82c2ccff6fe298689d5935be4b3854d048 Mon Sep 17 00:00:00 2001 From: jeongbbn Date: Thu, 25 Nov 2021 21:41:14 +0900 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=90=9B=20:=20map=ED=95=A8=EC=88=98?= =?UTF-8?q?=EC=97=90=20key=EB=A5=BC=20=EC=B6=94=EA=B0=80=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front-end/src/components/InfiniteScroll/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/src/components/InfiniteScroll/index.tsx b/front-end/src/components/InfiniteScroll/index.tsx index f824d8c..ceec057 100644 --- a/front-end/src/components/InfiniteScroll/index.tsx +++ b/front-end/src/components/InfiniteScroll/index.tsx @@ -6,7 +6,7 @@ const drawRecent = (list: Array) => { return ( <> {list.map((value) => ( -
+
{value.game_date.slice(0, 10)}
{value.game_mode === 'normal' ? '일반전' : '1 vs 1'}
{value.ranking}