feat(SW-1012): remove duplicate icon
This commit is contained in:
@@ -145,7 +145,10 @@ export const bookingQueryRouter = router({
|
||||
...hotelData.data.attributes,
|
||||
included: hotelData.included,
|
||||
},
|
||||
room: getBookedHotelRoom(hotelData.included, booking.data.roomTypeCode),
|
||||
room: getBookedHotelRoom(
|
||||
hotelData.included?.rooms,
|
||||
booking.data.roomTypeCode
|
||||
),
|
||||
}
|
||||
}),
|
||||
status: serviceProcedure.input(getBookingStatusInput).query(async function ({
|
||||
|
||||
Reference in New Issue
Block a user