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:
Ehsan
2025-09-02 00:32:04 +03:30
parent 1e70d88a84
commit 6920e4078b
9 changed files with 96 additions and 52 deletions
+2
View File
@@ -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}
/>,