change design dashboard & side booking page
This commit is contained in:
@@ -53,7 +53,9 @@ function Booking({ params: { slug } }) {
|
||||
<BookingPage
|
||||
disableSide={step === 5 || step === 6}
|
||||
isFirst={step === 0}
|
||||
setStep={setStep}
|
||||
doctor={doctor}
|
||||
step={step}
|
||||
>
|
||||
{elements[step]}
|
||||
</BookingPage>
|
||||
|
||||
Reference in New Issue
Block a user