We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 746a340 + c7b3f22 commit f2f2b68Copy full SHA for f2f2b68
src/containers/companyContainer.js
@@ -31,6 +31,7 @@ const mapDispatchToProps = dispatch =>
31
fetchCompanies, deleteCompany
32
},
33
dispatch
34
+
35
);
36
37
export default connect(
src/containers/profileContainer.js
@@ -5,6 +5,7 @@ import ManagerContainer from "../containers/managerContainer";
5
import EmployeeContainer from "../containers/employeeContainer";
6
import logo from "../images/logo.png";
7
import { Container } from "react-bootstrap";
8
9
import { connect } from "react-redux";
10
import { bindActionCreators } from "redux";
11
import { fetchUser } from "../redux/actions/userActions";
0 commit comments