{image?.imageSizes.small ? ( ) : ( )} {room.name} {/* eslint-disable-next-line formatjs/no-literal-string-in-jsx */} {room.size} m² {maxSeatings ? ( {intl.formatMessage( { defaultMessage: "max {seatings} pers", }, { seatings: maxSeatings } )} ) : null} {room.content.texts.descriptions.medium ? ( {room.content.texts.descriptions.medium} ) : null} {opened && ( {room.seatings.map((seating, idx) => ( ))} {room.doorHeight && room.doorWidth ? ( ) : null} {room.length && room.width && room.height ? ( ) : null} )}