Merged in fix/SW-2193-enter-details-incorrect-bed- (pull request #2573)
fix(SW-2193): Updated bed type icon in sidepeek room details * fix(SW-2193): Updated bed type icon in sidepeek room details Approved-by: Matilda Landström
This commit is contained in:
@@ -84,6 +84,7 @@ export const BED_TYPE_ICONS: Record<
|
||||
Queen: BedQueenIcon,
|
||||
Single: BedSingleIcon,
|
||||
Twin: BedTwinIcon,
|
||||
CustomOccupancy: BedGenericIcon,
|
||||
|
||||
SofaBed: BedSofaExtraIcon,
|
||||
WallBed: BedWallExtraIcon,
|
||||
|
||||
@@ -4,6 +4,7 @@ export enum BedTypeEnum {
|
||||
Single = "Single",
|
||||
Twin = "Twin",
|
||||
Other = "Other",
|
||||
CustomOccupancy = "CustomOccupancy",
|
||||
}
|
||||
|
||||
export enum ExtraBedTypeEnum {
|
||||
|
||||
Reference in New Issue
Block a user