CEC-4950: ignore cleanup_succeeded overwrite (#456)
This commit is contained in:
@@ -182,6 +182,11 @@ export const CarUpdatesProvider = ({ children }) => {
|
||||
}
|
||||
}
|
||||
delete item.progress;
|
||||
|
||||
if (status.msg === "cleanup_succeeded") {
|
||||
return;
|
||||
}
|
||||
|
||||
item.status = status.msg;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user