Skip to content

Commit 98ce58b

Browse files
committedAug 15, 2024·
open september
1 parent 8716774 commit 98ce58b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/components/Schedule/Schedule.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import toast from 'react-hot-toast';
2222

2323
const ScheduleForm = () => {
2424
const minDate = new Date();
25-
const maxDate = new Date(2024, 7, 31);
26-
const [selectedSlot, setSelectedSlot] = useState(null);
25+
const maxDate = new Date(2024, 8, 30);
26+
const [, setSelectedSlot] = useState(null);
2727
const [activeButtonIndex, setActiveButtonIndex] = useState(null);
2828
const [selectedDate, setSelectedDate] = useState(minDate);
2929
const [slots, setSlots] = useState([]);

‎src/images/hero-bg.png

-685 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.