IO-863 Fix calendar month view.

This commit is contained in:
Patrick Fic
2021-04-09 09:58:08 -07:00
parent 23c6e6555a
commit 9e13ea14e9
12 changed files with 43 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ import { connect } from "react-redux";
import { useHistory, useLocation } from "react-router-dom";
import { createStructuredSelector } from "reselect";
import { selectBodyshop } from "../../redux/user/user.selectors";
import Event from "../schedule-event/schedule-event.container";
import Event from "../job-at-change/schedule-event.container";
import HeaderComponent from "./schedule-calendar-header.component";
import "./schedule-calendar.styles.scss";