change design calendar booking

This commit is contained in:
Ehsan
2024-09-26 17:45:34 +03:30
parent 72821b0f2a
commit 9e2ce3f737
4 changed files with 61 additions and 14 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import Time from "./Time";
import PlaceVisit from "./PlaceVisit";
function Date({ doctor, setStep }) {
const [locateVisit, setLocateVisit] = useState();
const [locateVisit, setLocateVisit] = useState(true);
const [isError, setIsError] = useState(false);
return (