diff --git a/app/doctor/[slug]/page.js b/app/doctor/[slug]/page.js index d8902c9..f5bfa19 100644 --- a/app/doctor/[slug]/page.js +++ b/app/doctor/[slug]/page.js @@ -24,7 +24,7 @@ async function Doctor({ params: { slug } }) { return ( - + ); } diff --git a/components/doctor/appointmentList/ItemAppointment.js b/components/doctor/appointmentList/ItemAppointment.js index a32de2a..60d12a1 100644 --- a/components/doctor/appointmentList/ItemAppointment.js +++ b/components/doctor/appointmentList/ItemAppointment.js @@ -6,7 +6,7 @@ import { Button } from "@mui/material"; import Image from "next/image"; import Link from "next/link"; -function ItemAppointment({ turn, loading }) { +function ItemAppointment({ turn, loading, doctorSlug }) { return (
  • - +