Lint all the things
This commit is contained in:
@@ -24,7 +24,7 @@ const mapStateToProps = createStructuredSelector({
|
||||
bodyshop: selectBodyshop,
|
||||
authLevel: selectAuthLevel
|
||||
});
|
||||
const mapDispatchToProps = (dispatch) => ({});
|
||||
const mapDispatchToProps = () => ({});
|
||||
export default connect(mapStateToProps, mapDispatchToProps)(TimeTicketModalComponent);
|
||||
|
||||
export function TimeTicketModalComponent({
|
||||
@@ -32,7 +32,6 @@ export function TimeTicketModalComponent({
|
||||
bodyshop,
|
||||
authLevel,
|
||||
employeeAutoCompleteOptions,
|
||||
isEdit,
|
||||
disabled,
|
||||
employeeSelectDisabled
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user