IO-3020 IO-3036 Remove additional TODOs.
This commit is contained in:
@@ -158,7 +158,7 @@ export function JobsDetailPage({
|
||||
(acc, val) => {
|
||||
acc[val] = {
|
||||
...job.parts_tax_rates[val],
|
||||
...values.parts_tax_rates?.[val] //TODO:AIO Verify that these still save for Rome Online with this null coalescing.
|
||||
...values.parts_tax_rates?.[val]
|
||||
};
|
||||
return acc;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user