fix: update transaction
continuous-integration/drone/tag Build is passing Details

fix/bug-firman^2 20.1.44-alpha.2
shancheas 2024-08-20 13:22:04 +07:00
parent 9a72c40984
commit fc15cb9db6
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ export function mappingRevertTransaction(data, type) {
(bundling) => bundling.name,
),
bundling_items: item.item.bundling_items?.map((bundling) => {
if (bundling.item_id) return bundling;
return {
...bundling,
item_id: bundling.id,