From 2b84c4083eb36d467ebe4b099dae102f5975fb95 Mon Sep 17 00:00:00 2001 From: Anang Yusman Date: Tue, 16 Sep 2025 22:24:34 +0800 Subject: [PATCH] fix --- app/auth/page.tsx | 2 +- components/main/for-you-card.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/auth/page.tsx b/app/auth/page.tsx index ced7412..4c09548 100644 --- a/app/auth/page.tsx +++ b/app/auth/page.tsx @@ -17,7 +17,7 @@ type PageProps = { }; }; -const AuthPage = ({ params: { locale } }: PageProps) => { +const AuthPage = () => { const [currentStep, setCurrentStep] = useState("login"); const [loginCredentials, setLoginCredentials] = useState(null); diff --git a/components/main/for-you-card.tsx b/components/main/for-you-card.tsx index cc475a6..54f6c1b 100644 --- a/components/main/for-you-card.tsx +++ b/components/main/for-you-card.tsx @@ -78,7 +78,7 @@ export default function ForYouCardGrid({