Added eslint
This commit is contained in:
@ -47,7 +47,7 @@ export const ProjectTiket = ({ project, index }) => {
|
||||
project_id: project.id,
|
||||
status: 10,
|
||||
},
|
||||
}).then((res) => {
|
||||
}).then(() => {
|
||||
dispatch(deleteProject(project));
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user