Skip to content

Commit f2f2b68

Browse files
committed
2 parents 746a340 + c7b3f22 commit f2f2b68

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/containers/companyContainer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const mapDispatchToProps = dispatch =>
3131
fetchCompanies, deleteCompany
3232
},
3333
dispatch
34+
3435
);
3536

3637
export default connect(

src/containers/profileContainer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import ManagerContainer from "../containers/managerContainer";
55
import EmployeeContainer from "../containers/employeeContainer";
66
import logo from "../images/logo.png";
77
import { Container } from "react-bootstrap";
8+
89
import { connect } from "react-redux";
910
import { bindActionCreators } from "redux";
1011
import { fetchUser } from "../redux/actions/userActions";

0 commit comments

Comments
 (0)