diff --git a/components/MyPages/Sidebar/index.tsx b/components/MyPages/Sidebar/index.tsx index 379786cad..ebb5047b5 100644 --- a/components/MyPages/Sidebar/index.tsx +++ b/components/MyPages/Sidebar/index.tsx @@ -11,7 +11,7 @@ import styles from "./sidebar.module.css" import { LangParams } from "@/types/params" -export default async function Sidebar(params: LangParams) { +export default async function Sidebar({ lang }: LangParams) { const navigation = await serverClient().contentstack.myPages.navigation.get() return ( @@ -44,7 +44,7 @@ export default async function Sidebar(params: LangParams) { ))} - + Log out