redirect filter data to doctors page from home page just with one key && add picture url to doctors page && add conditional to appo page and change data in server
This commit is contained in:
@@ -14,6 +14,7 @@ function Container({
|
||||
doctor,
|
||||
setData,
|
||||
setStep,
|
||||
prevData,
|
||||
matchedCity,
|
||||
isForAnother,
|
||||
setIsForAnother,
|
||||
@@ -26,6 +27,7 @@ function Container({
|
||||
data={data}
|
||||
setStep={setStep}
|
||||
setData={setData}
|
||||
prevData={prevData}
|
||||
isForAnother={isForAnother}
|
||||
setIsForAnother={setIsForAnother}
|
||||
/>,
|
||||
|
||||
Reference in New Issue
Block a user