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 ( -