handle register and poster and fix bugs
This commit is contained in:
@@ -5,7 +5,7 @@ import AppointmentList from "./appointmentList";
|
||||
import DetailDoctor from "./detailDoctor";
|
||||
import Share from "./detailDoctor/Share";
|
||||
import CustomLoading from "@/app/component/loading/Custom";
|
||||
import Poster from "./Poster";
|
||||
import Poster from "./poster";
|
||||
|
||||
function DoctorPage({ doctor }) {
|
||||
const [loading, setLoading] = useState(true);
|
||||
@@ -31,7 +31,6 @@ function DoctorPage({ doctor }) {
|
||||
<Share />
|
||||
</div>
|
||||
</div>
|
||||
<Poster />
|
||||
<div className="flex items-start justify-center gap-6 mt-[30px]">
|
||||
<DetailDoctor doctor={doctor} loading={loading} />
|
||||
<AppointmentList doctor={doctor} loading={loading} />
|
||||
|
||||
Reference in New Issue
Block a user