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 ; + })}
); };