last update

This commit is contained in:
Ehsan
2025-05-15 21:11:32 +03:30
parent 60fe4c8040
commit 328e11c21c
8 changed files with 56 additions and 43 deletions
+1 -1
View File
@@ -18,9 +18,9 @@ function DoctorsPage({ params, matchedCity, matchedState }) {
const [data, setData] = useState({
expertise: "",
turn: true,
gender: 0,
degree: 0,
turn: true,
});
useEffect(() => {