Merged in feat/SW-1974-handle-missing-data-hotel-page (pull request #2575)
Feat/SW-1974 handle missing data hotel page * fix(SW-1974): adjust image gallery styling * fix(SW-1974): add border radius to fullview image * fix(SW-1974): handle no rooms * fix(SW-1974): adjust amenity list * fix(SW-1974): hide parking accordion if no data Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -18,7 +18,7 @@ interface HotelPageSection {
|
||||
|
||||
export interface HotelPageSections {
|
||||
overview: HotelPageSection
|
||||
rooms: HotelPageSection
|
||||
rooms?: HotelPageSection
|
||||
restaurant?: HotelPageSection
|
||||
meetings?: HotelPageSection
|
||||
wellness?: HotelPageSection
|
||||
|
||||
Reference in New Issue
Block a user