added missing fuctionallity

This commit is contained in:
jfrye122
2023-05-14 21:02:09 -04:00
parent be9d285ac9
commit d19bc10865
18 changed files with 397 additions and 87 deletions

View File

@@ -105,7 +105,4 @@ const onRefresh = async () => {
);
}
export default connect(
mapStateToProps,
mapDispatchToProps
)(EmployeeClockedInList);
export default connect(mapStateToProps,null)(EmployeeClockedInList);