From 997eca87e30f32c2ad786447af5242af64e43bdb Mon Sep 17 00:00:00 2001 From: Yeongjun Kim Date: Sun, 3 Dec 2023 14:13:49 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20#248=20-=20=EB=A1=9C=EA=B7=B8=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/LinkList/LinkList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/LinkList/LinkList.tsx b/src/components/common/LinkList/LinkList.tsx index 89d32860..2cbfe93f 100644 --- a/src/components/common/LinkList/LinkList.tsx +++ b/src/components/common/LinkList/LinkList.tsx @@ -115,7 +115,7 @@ const LinkList = ({ sort, tagId, }) - console.log(links?.pages[0].responses.length) + return isLinksLoading ? ( ) : (