diff --git a/apps/web/app/profile/page.tsx b/apps/web/app/profile/page.tsx index 23edd514..c919aeef 100644 --- a/apps/web/app/profile/page.tsx +++ b/apps/web/app/profile/page.tsx @@ -10,7 +10,6 @@ import ButtonSignOut from '@/components/user/button-sign-out'; import { getMyProfile } from '@/lib/actions/profile'; -export const dynamic = 'force-dynamic'; const ProfilePage = async () => { const profile = await getMyProfile(); if (!profile) { diff --git a/apps/web/src/components/auction/auction-card-skeleton.tsx b/apps/web/src/components/auction/auction-card-skeleton.tsx index 3681493d..6bc436a3 100644 --- a/apps/web/src/components/auction/auction-card-skeleton.tsx +++ b/apps/web/src/components/auction/auction-card-skeleton.tsx @@ -1,11 +1,10 @@ const AuctionItemCardSkeleton = () => { return ( -
-
-
-
+
+
+
+
-
); diff --git a/apps/web/src/components/auction/categories-filter.tsx b/apps/web/src/components/auction/categories-filter.tsx index 47add1d9..de737537 100644 --- a/apps/web/src/components/auction/categories-filter.tsx +++ b/apps/web/src/components/auction/categories-filter.tsx @@ -11,9 +11,9 @@ const CategoriesFilter = () => { if (isLoading || !categoriesData) { return ( -
+
{Array.from({ length: 6 }).map((_, i) => ( -
+
))}
); // 로딩 상태에서의 스켈레톤 UI diff --git a/apps/web/src/components/common/auction-card/card.tsx b/apps/web/src/components/common/auction-card/card.tsx index 75c40dd7..f43a92d3 100644 --- a/apps/web/src/components/common/auction-card/card.tsx +++ b/apps/web/src/components/common/auction-card/card.tsx @@ -55,12 +55,10 @@ const AuctionItemCard = ({ className="relative mb-2 flex w-full items-center justify-between gap-2.5 overflow-hidden" >
- {/* */} +
{Array.from({ length: 5 }).map((_, i) => ( ))}