refactor: pass doctor, selectedSlot, and selectedDate props to SubmitData and Detail components
This commit is contained in:
@@ -67,6 +67,9 @@ function Container({
|
||||
prevData={prevData}
|
||||
isForAnother={isForAnother}
|
||||
setIsForAnother={setIsForAnother}
|
||||
doctor={doctor}
|
||||
selectedSlot={selectedSlot}
|
||||
selectedDate={selectedDate}
|
||||
/>,
|
||||
<Paying setStep={setStep} />,
|
||||
<SuccessPay setStep={setStep} />,
|
||||
|
||||
Reference in New Issue
Block a user