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