Compare commits

..

No commits in common. "c3a37e7c5ec774182be13e2d3ee50733fe839d59" and "c834ac67f8e1f7e3973f9a2376654cd5c1259114" have entirely different histories.

View File

@ -57,7 +57,6 @@ export function mapApiRoomToRoom(r: ApiHotelRoom): Room {
return {
id: r.id,
name: r.name,
imageKeys: [],
roomTypeSlug: r.roomType,
maxGuests: r.maxGuests,
baseRate: Number.isFinite(rate) ? rate : 0,