Merged in fix/SW-3087-price-details-error (pull request #2402)
fix(SW-3087): Added missing property that caused error in PriceDetailsModal * fix(SW-3087): Added missing property that caused error in PriceDetailsModal Approved-by: Arvid Norlin Approved-by: Matilda Landström
This commit is contained in:
@@ -58,6 +58,7 @@ export function mapToPrice(
|
|||||||
packages: room.packages,
|
packages: room.packages,
|
||||||
price,
|
price,
|
||||||
roomType: room.roomType,
|
roomType: room.roomType,
|
||||||
|
rateDefinition: room.product.rateDefinition,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.filter((r) => !!(r && r.price)) as Room[]
|
.filter((r) => !!(r && r.price)) as Room[]
|
||||||
|
|||||||
Reference in New Issue
Block a user