Merged in fix/SW-2500-sync-hotel-images-and- (pull request #2569)
fix(SW-2500): Fixed no image gives error on confirmation and booking page * fix(SW-2500): Fixed no image gives error on confirmation and booking page Approved-by: Anton Gunnarsson Approved-by: Matilda Landström
This commit is contained in:
@@ -23,7 +23,7 @@ export default function Img() {
|
||||
alt={roomName}
|
||||
className={styles.image}
|
||||
height={960}
|
||||
src={image.imageSizes.small}
|
||||
src={image?.imageSizes.small ?? ""}
|
||||
width={640}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user