From 6a0c9f31ac9729e9482ae067cd9d52e67217ec1d Mon Sep 17 00:00:00 2001 From: Jihoo Kim Date: Wed, 9 Aug 2023 20:06:00 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A9=94=EC=9D=B8=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20=EC=8A=A4=EC=BC=88=EB=A0=88=ED=86=A4=20padding=20to?= =?UTF-8?q?p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/PostCardList/PostCardList.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/home/PostCardList/PostCardList.tsx b/src/pages/home/PostCardList/PostCardList.tsx index 6527c560..f5cf2549 100644 --- a/src/pages/home/PostCardList/PostCardList.tsx +++ b/src/pages/home/PostCardList/PostCardList.tsx @@ -45,8 +45,9 @@ export default function PostCardList({ if (isLoading || !posts) { // 로딩 중 + return ( -