fix
This commit is contained in:
@@ -45,7 +45,6 @@ function ActiveJobs(props) {
|
||||
// FUNCTION TO REMOVE AND IMAGE
|
||||
const handleRemoveImage = (imageToDelete) => {
|
||||
setFilesToSend(prev => prev.filter(item => item.name != imageToDelete.name))
|
||||
console.log(id)
|
||||
}
|
||||
|
||||
// FUNCTION TO SEND TASK MESSAGE
|
||||
|
||||
Reference in New Issue
Block a user