feat(SW-1012): remove duplicate icon

This commit is contained in:
Fredrik Thorsson
2024-12-10 13:55:16 +01:00
parent 53c1588e4c
commit 9f3c5f6040
7 changed files with 9 additions and 39 deletions

View File

@@ -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 ({