add first open time for appo item and change component data, remove work time in location, add loading on links in page doctor list, fix bug search city and state in clinics page

This commit is contained in:
ehsan
2025-09-18 14:30:49 +03:30
parent a6386e693f
commit 2f078eba3c
17 changed files with 115 additions and 65 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ function DoctorsPage({ matchedCity, matchedState, list }) {
matchedCity={matchedCity}
matchedState={matchedState}
/>
<ListDoctors list={doctors} />
<ListDoctors doctors={doctors} setDoctors={setDoctors} />
</div>
);
}