added missing fuctionallity
This commit is contained in:
@@ -105,7 +105,4 @@ const onRefresh = async () => {
|
||||
);
|
||||
}
|
||||
|
||||
export default connect(
|
||||
mapStateToProps,
|
||||
mapDispatchToProps
|
||||
)(EmployeeClockedInList);
|
||||
export default connect(mapStateToProps,null)(EmployeeClockedInList);
|
||||
|
||||
Reference in New Issue
Block a user