From 222029a5a721259879ffafd3c0bf6d3c53c8e24e Mon Sep 17 00:00:00 2001 From: 99uminji Date: Tue, 19 Nov 2024 17:40:37 +0900 Subject: [PATCH] =?UTF-8?q?Design:=20=EB=A1=9C=EB=94=A9=EC=8A=A4=ED=94=BC?= =?UTF-8?q?=EB=84=88=20css=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/favorite/index.tsx | 4 +--- pages/link/index.tsx | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/favorite/index.tsx b/pages/favorite/index.tsx index 479980a..59c3652 100644 --- a/pages/favorite/index.tsx +++ b/pages/favorite/index.tsx @@ -66,7 +66,6 @@ const FavoritePage = ({ const [totalCount, setTotalCount] = useState(initialTotalCount); useFetchLinks(setLinkCardList, setIsLoading); - // // 마이링크 페이지로 돌아감 const returnButton = () => { @@ -86,10 +85,9 @@ const FavoritePage = ({ 👈 마이링크로 돌아가기 - {/* 로딩 중일 때 */} {isLoading ? ( -
+
) : linkCardList.length > 0 ? ( diff --git a/pages/link/index.tsx b/pages/link/index.tsx index cfdc24e..1bf93fa 100644 --- a/pages/link/index.tsx +++ b/pages/link/index.tsx @@ -119,7 +119,9 @@ const LinkPage = ({ )}
{isLoading ? ( - // 로딩 상태일 때 로딩 스피너 표시 +
+ +
) : linkCardList.length !== 0 ? ( <>