From 61729cda5fb3ca7cb790fac5fb4b5682408530df Mon Sep 17 00:00:00 2001 From: ssml0905 Date: Mon, 13 Oct 2025 23:43:43 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix:=20=EB=A1=9C=EB=94=A9?= =?UTF-8?q?=EC=A4=91=20=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/papers/paper-list/MobilePaperList.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/papers/paper-list/MobilePaperList.jsx b/src/components/papers/paper-list/MobilePaperList.jsx index 6703fda3..47ad3ccf 100644 --- a/src/components/papers/paper-list/MobilePaperList.jsx +++ b/src/components/papers/paper-list/MobilePaperList.jsx @@ -42,7 +42,10 @@ const MobilePaperList = ({ sort }) => { ); })} {hasNext &&
} - {isFetching &&
로딩 중...
} + {isFetching && + LIST_LIMIT_ARRAY.slice(0, 2).map((_, idx) => { + return ; + })}
); };