diff --git a/app/product/[id]/page.tsx b/app/product/[id]/page.tsx index 4c8b0ab..5e8ca6e 100644 --- a/app/product/[id]/page.tsx +++ b/app/product/[id]/page.tsx @@ -192,7 +192,7 @@ export default async function Page({ params }: { params: { id: string } }) {
- Review section + Review Section
{isAuthenticated() ? (