This commit is contained in:
Victor Batischev
2024-04-22 17:03:14 +03:00
5 changed files with 23 additions and 15 deletions

View File

@@ -44,6 +44,7 @@ export const ProfileCalendarComponent = React.memo(
}) => {
const dispatch = useDispatch();
// const [l, setL] = useState(1);
const [calendar, setCalendar] = useState([]);
const [month, setMonth] = useState("");
const [endDate, setEndDate] = useState(null);